Skip to content

Commit 83595a8

Browse files
committed
Update thresholds using average values from recent runs
1 parent 3a2a05f commit 83595a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test_data/benchmark_main.py

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

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

2020
RATIOS_JSON2SBP = {
2121
"haskell": 2.05,
2222
}
2323

2424
RATIOS_JSON2JSON = {
25-
"haskell": 2.40,
25+
"haskell": 3.12,
2626
}
2727

2828
FAILED = [False]

0 commit comments

Comments
 (0)