Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information