Files
2026-08-01 16:11:49 +03:00

2 lines
195 B
Bash

# This is just a convenience script to filter the important facts out of the criterion report
cargo bench --bench mutex | grep -E "cont|time" | grep -v -E "Warming|Analyzing|Benchmarking|Warning"