From 2ae002b979415d2580761bf6a8b31bcc7bbf2b43 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 13 Apr 2019 00:38:13 +0100 Subject: [PATCH] build: Set Fresnel scenario run count to 7 I've got a few weeks worth of data for runs=5 from which I can check how often time-based values had false negatives. Let's see if runs=7 performs better (more evenly distributed between faster and slower), or worse (more likely to get a super slow result that is otherwise absent). Change-Id: I38e9b4c2c3c2f4832fc0e9244a00a723510d295f --- .fresnel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fresnel.yml b/.fresnel.yml index e85de79223..334f97114f 100644 --- a/.fresnel.yml +++ b/.fresnel.yml @@ -1,5 +1,5 @@ warmup: true -runs: 5 +runs: 7 scenarios: Read a page: # The only page that exists by default is the main page. -- 2.20.1