Registry / other / fabric-benchmarking

fabric-benchmarking

JSON →
library2.0.0rscratesunverified

Macro for benchmarking a FABRIC runtime, used in the Tetcore ecosystem.

# Cargo.toml [dependencies] fabric-benchmarking = "2.0.0"
INSTALL
IMPORT
SIG · FABRIC-BENCHMARKIN
F
fabric-benchmarking
otherrustv2.0.0
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.

benchmarks
use fabric_benchmarking::benchmarks;

Defines a benchmark for a FABRIC runtime using the benchmarks macro.

use fabric_benchmarking::benchmarks; benchmarks! { where_clause { where T: frame_system::Config } benchmark_name { let a = 1; assert_eq!(a, 1); } }
Debug
Known issues
gotchaRequires specific FABRIC runtime dependencies and may not compile outside the Tetcore ecosystem.
fix
Ensure you have the correct FABRIC dependencies and runtime configuration.
affects: >=2.0.0
Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fabric-benchmarking — cargo add fabric-benchmarking · libregistry