mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
c779b3511c
commit
019a7ae874
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user