diff options
Diffstat (limited to 'decompress/summary')
| -rw-r--r-- | decompress/summary/bw.txt | 12 | ||||
| -rw-r--r-- | decompress/summary/times.txt | 14 |
2 files changed, 26 insertions, 0 deletions
diff --git a/decompress/summary/bw.txt b/decompress/summary/bw.txt new file mode 100644 index 0000000..f1b25a2 --- /dev/null +++ b/decompress/summary/bw.txt @@ -0,0 +1,12 @@ +Bandwidth summary +================= +input_files: 1 +input_unit: KiB/s +output_unit: MiB/s + + file_label bytes size n min avg std p1 p5 p10 p50 p90 p99 max + VANILLA 268435456 268M 250 3344.548982 3371.312850 6.685594 3347.701525 3361.129544 3364.969564 3371.066053 3379.927964 3383.944785 3384.814959 + VANILLA 536870912 537M 250 3348.809017 3367.953428 4.529973 3354.894507 3361.489498 3363.155884 3367.992598 3373.710145 3379.271457 3380.398829 + VANILLA 1073741824 1.00G 250 3355.466436 3365.289682 2.809557 3360.016221 3361.190035 3362.109871 3364.983041 3368.781319 3373.685582 3374.027910 + +Wrote bar graph: bw diff --git a/decompress/summary/times.txt b/decompress/summary/times.txt new file mode 100644 index 0000000..bddaed3 --- /dev/null +++ b/decompress/summary/times.txt @@ -0,0 +1,14 @@ +Latency summary +================ +input_files: 1 +input_unit: usec +output_unit: msec + + file_label bytes size n min avg std p50 p90 p99 max + VANILLA 268435456 268M 250 75.631904 75.935109 0.150845 75.940369 76.077954 76.470390 76.542458 + VANILLA 536870912 537M 250 151.461418 152.021380 0.204555 152.019337 152.237963 152.612848 152.890176 + VANILLA 1073741824 1.00G 250 303.494822 304.283081 0.253941 304.310597 304.570653 304.760434 305.173668 + +Wrote CDF graph: time_268M.png +Wrote CDF graph: time_537M.png +Wrote CDF graph: time_1.00G.png |
