halo2/.github
Jack Grigg 55364f0d99 CI: Fix benchmark collection
The benchmark action's "cargo" tooling assumes the standard bencher
output format, and can't parse criterion's output. Fortunately,
criterion can also provide bencher output for compatibility.

In order to pass criterion flags via `cargo bench`, we need to ensure
that all benchmarks use it (otherwise the flags are rejected by the
built-in benchmark harness as unknown). Since we don't actually have any
benchmarks inside the library itself, we simply disable its benchmark
harness.
2021-12-08 22:25:40 +00:00
..
ISSUE_TEMPLATE Add an issue template for improving the Halo 2 book 2021-01-29 20:57:50 +00:00
workflows CI: Fix benchmark collection 2021-12-08 22:25:40 +00:00
dependabot.yml CI: Add Dependabot config to keep Actions up-to-date 2021-11-04 16:42:47 +00:00