Registry / testing / brunch

brunch

JSON →
library0.11.1rscratesunverified

A simple micro-benchmark runner for Rust.

# Cargo.toml [dependencies] brunch = "0.11.1"
INSTALL
IMPORT
SIG · BRUNCH
B
brunch
testingrustv0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bench
use brunch::Bench;

Create and run a simple benchmark.

use brunch::Bench; fn main() { Bench::new("example") .run(|| 2 + 2); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
brunch — cargo add brunch · libregistry