2 releases
| 0.1.1 | May 19, 2019 |
|---|---|
| 0.1.0 | May 19, 2019 |
#571 in Profiling
41 downloads per month
3KB
benchtest
Requires nightly compiler for internal test crate.
#![feature(test)]
use benchtest::benchtest;
// ...
benchtest! {
part_a_test: solve_a(INPUT) => 5434,
part_b_test: solve_b(INPUT) => "agimdjvlhedpsyoqfzuknpjwt"
}