add basic bench plotter and simple insert bench

This commit is contained in:
2019-05-08 07:36:03 +07:00
parent ecb354bfce
commit a8bcd40cdd
9 changed files with 427 additions and 42 deletions

8
scripts/bench_map_insert.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
cd $BUILD_DIR
./unbench/flat.hpp.unbench --benchmark_filter=_map_insert --benchmark_format=csv > benchmark_map_insert.csv
../scripts/bench_drawer.py -f benchmark_map_insert.csv