Skip to content

Instantly share code, notes, and snippets.

@Keno
Last active May 14, 2020 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Keno/694a037de07bc35f39e477b0834f202f to your computer and use it in GitHub Desktop.
Save Keno/694a037de07bc35f39e477b0834f202f to your computer and use it in GitHub Desktop.
27×5 DataFrames.DataFrame
│ Row │ cat │ testname │ ref_res │ test_res │ factor │
│ │ String │ String │ Any │ Any │ Any │
├─────┼─────────────┼───────────────────────────┼──────────────────────────────────────────┼─────────────────────────────────┼───────────┤
│ 1 │ info │ SysBenchVer │ 0.2.1 │ 0.2.1 │ Equal │
│ 2 │ info │ JuliaVer │ 1.4.1 │ 1.5.0-DEV.876 │ Not Equal │
│ 3 │ info │ OS │ Linux (x86_64-pc-linux-gnu) │ Linux (aarch64-redhat-linux) │ Not Equal │
│ 4 │ info │ CPU │ Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz │ unknown │ Not Equal │
│ 5 │ info │ WORD_SIZE │ 64 │ 64 │ Equal │
│ 6 │ info │ LIBM │ libopenlibm │ libopenlibm │ Equal │
│ 7 │ info │ LLVM │ libLLVM-8.0.1 (ORCJIT, skylake) │ libLLVM-9.0.1 (ORCJIT, generic) │ Not Equal │
│ 8 │ info │ GPU │ GeForce GTX 1650 with Max-Q Design │ missing │ Not Equal │
│ 9 │ cpu │ FloatMul │ 1.133e-6 │ 2.043e-6 │ 1.80318 │
│ 10 │ cpu │ FusedMulAdd │ 1.1339999999999999e-6 │ 2.043e-6 │ 1.80159 │
│ 11 │ cpu │ FloatSin │ 4.051e-6 │ 8.4024e-6 │ 2.07416 │
│ 12 │ cpu │ VecMulBroad │ 2.9825125628140703e-5 │ 5.04328e-5 │ 1.69095 │
│ 13 │ cpu │ CPUMatMul │ 0.018817 │ 68.87 │ 3659.99 │
│ 14 │ cpu │ MatMulBroad │ 0.0042099 │ 0.00293278 │ 0.696638 │
│ 15 │ cpu │ 3DMulBroad │ 0.0010415 │ 0.0018387 │ 1.76543 │
│ 16 │ cpu │ peakflops │ 1.7780621689435773e11 │ 8.78867e10 │ 0.494283 │
│ 17 │ cpu │ FFMPEGH264Write │ 107.928719 │ 175.097 │ 1.62234 │
│ 18 │ mem │ DeepCopy │ 0.000186327721661055 │ 0.000236636 │ 1.27 │
│ 19 │ diskio │ DiskWrite1KB │ 0.0319535 │ 0.43725 │ 13.6839 │
│ 20 │ diskio │ DiskWrite1MB │ 0.848287 │ 6.99258 │ 8.24318 │
│ 21 │ diskio │ DiskRead1KB │ 0.00654375 │ 0.00790663 │ 1.20827 │
│ 22 │ diskio │ DiskRead1MB │ 0.144209 │ 0.150329 │ 1.04243 │
│ 23 │ loading │ JuliaLoad │ 91.776181 │ 98.986 │ 1.07856 │
│ 24 │ compilation │ compilecache │ 208.8682705 │ 290.223 │ 1.3895 │
│ 25 │ compilation │ success_create_expr_cache │ 236.5010175 │ 278.216 │ 1.17638 │
│ 26 │ compilation │ create_expr_cache │ 1.129475 │ 5.20846 │ 4.6114 │
│ 27 │ compilation │ output-ji-substart │ 32.713674999999995 │ 70.61 │ 2.15843 │
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment