Skip to content

Commit

Permalink
Add Juvix to all benchmarks (#1974)
Browse files Browse the repository at this point in the history
* Closes #1973
  • Loading branch information
lukaszcz authored Apr 4, 2023
1 parent dbd24f2 commit 75d25a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bench/Suites.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ suites =
defaultSuite
[ "mergesort",
"fibonacci",
"maybe"
"combinations",
"maybe",
"ackermann",
"cps",
"prime"
]
<> [ Suite suiteName (allVariantsExcept [C] [CoreEval])
| suiteName <- ["fold", "mapfold"]
]
<> [Suite "mapfun" (allVariantsExcept [C] [CoreEval, JuvixExe, JuvixWasm])]
<> [ Suite suiteName (allVariantsExcept [] [CoreEval, JuvixExe, JuvixWasm])
| suiteName <- ["ackermann", "combinations", "cps", "prime"]
| suiteName <- ["fold", "mapfold", "mapfun"]
]

defaultSuite :: String -> Suite
Expand Down

0 comments on commit 75d25a5

Please sign in to comment.