Skip to content

Commit

Permalink
benches: remove the duplicated sample_size()
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
  • Loading branch information
Mossaka committed Dec 6, 2024
1 parent b0b704c commit 30cb123
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ fn run_container(runtime: &str) -> Duration {

fn benchmark_startup(c: &mut Criterion) {
let mut group = c.benchmark_group("wasi-demo-app");
group.sample_size(10); // Adjust sample size as needed

group.bench_function("wasmtime", |b| {
b.iter(|| run_container("wasmtime"));
Expand Down

0 comments on commit 30cb123

Please sign in to comment.