From fdfe96b53ef8f4532e5b6f65f86ba39fe242cc5b Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 11 May 2022 16:49:09 -0400 Subject: [Refactor/Bugfix] Refactor RPM calculation and fix calculation algorithm As it turns out, I was misreading the algorithm for calculating the RPM based upon the measurements taken during execution. This patch fixes that mistake and also (starts) renames "RTT" as "measurement" (those are technically a better nomenclature according to the spec.) --- constants/constants.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants/constants.go') diff --git a/constants/constants.go b/constants/constants.go index 1a060dd..2f906b6 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -30,4 +30,7 @@ var ( DefaultDebug bool = false // The default URL for the config host. DefaultConfigHost string = "networkquality.example.com" + + // The default decision about whether to run the test in strict mode. + DefaultStrict bool = false ) -- cgit v1.2.3