Skip to content

Commit 5836dd1

Browse files
committed
Final update
1 parent 83595a8 commit 5836dd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test_data/benchmark_main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
# How much faster Rust should be than other implementations
1313
RATIOS_SBP2JSON = {
14-
"haskell": 4.05,
14+
"haskell": 4.02,
1515
"python": 18.7,
16-
"kaitai_python": 4.7,
17-
"kaitai_perl": 24.2,
16+
"kaitai_python": 5.00,
17+
"kaitai_perl": 24.05,
1818
}
1919

2020
RATIOS_JSON2SBP = {

0 commit comments

Comments
 (0)