readme: add description about benchmarks (#6425)

This commit is contained in:
Motoyuki Kimura
2024-03-23 18:11:41 +03:30
committed by GitHub
parent 1846483f19
commit 4c453e9790
2 changed files with 24 additions and 2 deletions
+1 -2
View File
@@ -210,11 +210,10 @@ jobs:
run: cargo hack test --each-feature
working-directory: tests-build
# Check benchmarks. Run of benchmarks is done by bench.yml workflow.
# Check benchmarks.
- name: Check benches
run: cargo check --benches
working-directory: benches
# bench.yml workflow runs benchmarks only on linux.
if: startsWith(matrix.os, 'ubuntu')
test-parking_lot: