halo2/.github/workflows
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
..
bench.yml CI: Fix benchmark collection 2021-12-08 22:25:40 +00:00
book.yml book: Render latest rustdoc in book subdir 2021-07-09 20:12:40 +01:00
ci.yml Build examples during CI bitrot check. 2021-07-08 15:33:03 -06:00
lints-beta.yml CI: Reduce noise of clippy lints 2021-05-04 09:23:31 +12:00
lints-stable.yml Bump MSRV to 1.51.0 2021-06-02 00:03:06 +01:00