Expand description
Proc macros for pbench benchmark registration.
Provides #[bench] and #[bench_group] attribute macros that generate
static registration code using linker sections for pre-main initialization.
Attribute Macrosยง
- bench
- Mark a function as a benchmark.
- bench_
group - Mark a module as a benchmark group.