Skip to content

Commit

Permalink
Revert 1 commits
Browse files Browse the repository at this point in the history
cb66a83 'Increase samples'�
  • Loading branch information
VianneyRuhlmann committed Sep 19, 2024
1 parent cb66a83 commit 7f4735c
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(2000);
group.sample_size(200);
let ccs = [
"378282246310005",
" 378282246310005",
Expand Down

0 comments on commit 7f4735c

Please sign in to comment.