Ask benchmarks to be quicker please (#485)

<!-- Thank you for submitting this PR! :) -->

## Description

Making the graphs is taking too long, re-adding this advisory
measurement time to them.

V3_GIT_ORIGIN_REV_ID: e45ef4b8b8c8fd0cf45aacb989dd2e382b6b958a
This commit is contained in:
Daniel Harvey 2024-04-22 11:59:09 +01:00 committed by hasura-bot
parent c779b3511c
commit 019a7ae874

View File

@ -70,6 +70,7 @@ pub fn bench_execute(
// these numbers are fairly low, optimising for runtime of benchmark suite
group.warm_up_time(Duration::from_millis(500));
group.measurement_time(Duration::from_secs(5));
group.sample_size(20);
group.sampling_mode(SamplingMode::Flat);