1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 08:15:41 +03:00

Add Juvix to all benchmarks (#1974)

* Closes #1973
This commit is contained in:
Łukasz Czajka 2023-04-04 13:20:38 +02:00 committed by GitHub
parent dbd24f2f93
commit 75d25a56bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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