From fe9958380edba2025e1086dbf600064e420e3232 Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Sun, 27 Sep 2015 21:23:13 +1000 Subject: TestPlan: Set VPM-B conservatism to zero The VPM-B benchmark results are all based on nominal/zero conservatism, so we should make sure we use zero conservatism in the tests. Signed-off-by: Rick Walsh Signed-off-by: Dirk Hohndel --- tests/testplan.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testplan.cpp') diff --git a/tests/testplan.cpp b/tests/testplan.cpp index c58bd39a4..9818a8360 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -32,6 +32,7 @@ void setupPrefsVpmb() prefs.descrate = 99000 / 60; prefs.last_stop = false; prefs.deco_mode = VPMB; + prefs.conservatism_level = 0; } void setupPlan(struct diveplan *dp) -- cgit v1.2.3-70-g09d2