Skip to content

Commit e104ce9

Browse files
committed
Fix benchmarks script again
1 parent 1fe3b8c commit e104ce9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/run_micro_bench.sh

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

0 commit comments

Comments
 (0)