Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions loom-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ required-features = ["runtime"]
name = "emi"
path = "src/bin/emi.rs"
required-features = ["runtime"]

# Criterion-driven corpus baseline (replaces scripts/measure_corpus.sh as the
# primary entry point; the shell script remains as a fallback).
#
# Run with:
# cargo bench -p loom-testing --bench corpus_baseline
#
# Smoke test (criterion --test runs each bench once with no measurement):
# cargo bench -p loom-testing --bench corpus_baseline -- --test
[[bench]]
name = "corpus_baseline"
harness = false
Loading
Loading