Skip to content

Commit

Permalink
*set runs back up to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Jan 19, 2024
1 parent 22fa556 commit ee26a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mod benchmarking_tests {
use test_case::test_case;
use super::*;

const RUNS: usize = 1;
const RUNS: usize = 10;

const TIME_CMD: &str = if cfg!(target_os = "linux") {
"/usr/bin/time"
Expand Down

0 comments on commit ee26a41

Please sign in to comment.