mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
1fd3b3437a
The `--target` flag was replaced by subcommands in https://github.com/anoma/juvix/pull/2700 This PR fixes the benchmark suite to use `juvix compile native` and `juvix compile wasi`. In addition this PR adds as `compile-only` target to `juvix-bench` The compile-only target only compiles the executable for each variant of each suite. It doesn't actually run the benchmarks. This is useful when checking that the variant build steps are correct before committing. Example to run with stack: ``` stack bench --ba 'compile-only' ``` |
||
---|---|---|
.. | ||
hyperfine | ||
Base.hs | ||
Main.hs | ||
Suites.hs | ||
Variants.hs |