diff --git a/src/data/auth.rs b/src/data/auth.rs index f77bb2f..d4e2908 100644 --- a/src/data/auth.rs +++ b/src/data/auth.rs @@ -275,10 +275,9 @@ mod code_authguard_tests { fn basic_benchmark_compare_speed() { // TODO: Look into better ways of performing benchmarks. + // Some setup let key_global = CodeAuthKey::new("reference"); - let count = 100000; - let mut sw = Stopwatch::new(); // Correct key test