Skip to content

Commit 57cbea6

Browse files
committed
Fix path
1 parent 5769a55 commit 57cbea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_micro_bench.sh

+1-1
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_bench/hca_mb > results/hca_mb.txt
6+
build/micro_benchs/hca_mb > results/hca_mb.txt

0 commit comments

Comments
 (0)