mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-18 06:24:56 +01:00
change sample count to 10
This commit is contained in:
@@ -83,6 +83,7 @@ fn bench_tpc_h_queries(criterion: &mut Criterion) {
|
||||
for (idx, query) in queries.iter() {
|
||||
let mut group = criterion.benchmark_group(format!("Query `{}` ", idx));
|
||||
group.sampling_mode(SamplingMode::Flat);
|
||||
group.sample_size(10);
|
||||
|
||||
group.bench_with_input(
|
||||
BenchmarkId::new("limbo_tpc_h_query", idx),
|
||||
|
||||
Reference in New Issue
Block a user