Skip to content

Commit 6113215

Browse files
committed
Add rust results
1 parent 2314bdb commit 6113215

7 files changed

+174
-4906
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
bin/
33
build/
44
cython/build/
5+
cython/cython_class.cpp
56
rust/target/
67

8+
79
# Prerequisites
810
*.d
911

bench.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"kotlin_jit_5": "./kotlin/run_jit_5.sh",
1616
"cython_bfs": "./cython/run.sh",
1717
"cython_full": "./cython/run_full.sh",
18+
"rust": "./rust/run.sh",
1819
}
1920

2021

0 commit comments

Comments
 (0)