Skip to content

Commit 0fac2a7

Browse files
authored
Merge pull request #76 from yusuf601/main
chore: add shell scripting for run benchmark
2 parents ca12d86 + 7c04c06 commit 0fac2a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

benchmark.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
build(){
2+
cmake -S . -B build
3+
cmake --build build
4+
./build/forward_list_bench
5+
}
6+
build

0 commit comments

Comments
 (0)