Skip to content

Commit

Permalink
increase measurement time
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Aug 18, 2024
1 parent 60f5a33 commit d6e20c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/benches/deserialize_std_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn deserialize_std_lib(c: &mut Criterion) {

// Setup and run the benchmarks.
let mut group = c.benchmark_group("deserialize_std_lib");
group.measurement_time(Duration::from_secs(10));
group.measurement_time(Duration::from_secs(15));
group.bench_function("read_from_bytes", |bench| {
bench.iter(|| {
let _ = Library::read_from_bytes(bytes).expect("failed to read std masl!");
Expand Down

0 comments on commit d6e20c7

Please sign in to comment.