Skip to content

Commit

Permalink
Increase samples
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyRuhlmann committed Sep 19, 2024
1 parent a4a1461 commit cb66a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace-obfuscation/benches/benchmarks/credit_cards_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn bench_is_card_number(c: &mut Criterion, function_name: &str, validate_luhn: b
group.warm_up_time(Duration::from_secs(1));
group.measurement_time(Duration::from_secs(2));
group.sampling_mode(criterion::SamplingMode::Flat);
group.sample_size(200);
group.sample_size(2000);
let ccs = [
"378282246310005",
" 378282246310005",
Expand Down

0 comments on commit cb66a83

Please sign in to comment.