mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2025-12-15 10:16:20 +07:00
fix benches
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
|
||||
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build/release
|
||||
cd $BUILD_DIR
|
||||
|
||||
./unbench/flat.hpp.unbench --benchmark_filter=_map_lookup --benchmark_format=csv > benchmark_map_lookup.csv
|
||||
../scripts/bench_drawer.py -f benchmark_map_lookup.csv
|
||||
../../scripts/bench_drawer.py -f benchmark_map_lookup.csv
|
||||
|
||||
Reference in New Issue
Block a user