Registry / testing / time-test

time-test

JSON →
library0.3.0rscratesunverified

Measure how long your test cases take with one simple macro.

testing
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.

use time_test::time_test;

Measure test duration with the time_test macro

use time_test::time_test; #[test] fn my_test() { time_test!(); std::thread::sleep(std::time::Duration::from_secs(1)); // test body }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
bingbot
1
ahrefsbot
1
Resources