Skip to content

Commit

Permalink
bump benchmark thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
silverjam authored and pcrumley committed Jul 13, 2023
1 parent 8f6aebf commit 0d97927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_data/benchmark_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

# How much faster Rust should be than other implementations
RATIOS_SBP2JSON = {
"haskell": 2.12,
"python": 17,
"kaitai_python": 3.7,
"kaitai_perl": 18,
"haskell" : 3.01,
"python" : 23.38,
"kaitai_python" : 5.00,
"kaitai_perl" : 18,
}

RATIOS_JSON2SBP = {
Expand Down

0 comments on commit 0d97927

Please sign in to comment.