[RFC-ANN] SystemBenchmark.jl

On my rasberry pi 4B and 64 bit Manjaro:

Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
  OS: Linux (aarch64-unknown-linux-gnu)
  CPU: unknown
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, cortex-a72)

14×3 DataFrames.DataFrame
│ Row │ cat         │ testname        │ ms          │
│     │ String      │ String          │ Float64     │
├─────┼─────────────┼─────────────────┼─────────────┤
│ 1   │ cpu         │ FloatMul        │ 4.111e-6    │
│ 2   │ cpu         │ FloatSin        │ 2.44679e-5  │
│ 3   │ cpu         │ VecMulBroad     │ 0.000154232 │
│ 4   │ cpu         │ CPUMatMul       │ 0.113628    │
│ 5   │ cpu         │ MatMulBroad     │ 0.013573    │
│ 6   │ cpu         │ 3DMulBroad      │ 0.00521414  │
│ 7   │ cpu         │ FFMPEGH264Write │ 503.2       │
│ 8   │ mem         │ DeepCopy        │ 0.00120526  │
│ 9   │ diskio      │ DiskWrite1KB    │ 1.07176     │
│ 10  │ diskio      │ DiskWrite1MB    │ 62.6865     │
│ 11  │ diskio      │ DiskRead1KB     │ 0.0693505   │
│ 12  │ diskio      │ DiskRead1MB     │ 1.52091     │
│ 13  │ loading     │ JuliaLoad       │ 476.402     │
│ 14  │ compilation │ compilecache    │ 576.92      │

1 Like