modified: src/data/auth.rs
This commit is contained in:
parent
5e161802f2
commit
33a2e3156e
1 changed files with 1 additions and 2 deletions
|
@ -275,10 +275,9 @@ mod code_authguard_tests {
|
||||||
fn basic_benchmark_compare_speed() {
|
fn basic_benchmark_compare_speed() {
|
||||||
// TODO: Look into better ways of performing benchmarks.
|
// TODO: Look into better ways of performing benchmarks.
|
||||||
|
|
||||||
|
// Some setup
|
||||||
let key_global = CodeAuthKey::new("reference");
|
let key_global = CodeAuthKey::new("reference");
|
||||||
|
|
||||||
let count = 100000;
|
let count = 100000;
|
||||||
|
|
||||||
let mut sw = Stopwatch::new();
|
let mut sw = Stopwatch::new();
|
||||||
|
|
||||||
// Correct key test
|
// Correct key test
|
||||||
|
|
Loading…
Add table
Reference in a new issue