Skip to content

Commit 1fe3b8c

Browse files
committed
Fix benchmark script
1 parent 57cbea6 commit 1fe3b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_micro_bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
mkdir build
44
cd build; cmake -DCMAKE_BUILD_TYPE=Release ..;make;cd ..
55
mkdir results
6-
build/micro_benchs/hca_mb > results/hca_mb.txt
6+
cd build/micro_benchs;./hca_mb > ../../results/hca_mb.txt

0 commit comments

Comments
 (0)