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 <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Rick Walsh 2015-09-27 21:23:13 +10:00 committed by Dirk Hohndel
parent 3741e8228e
commit fe9958380e

View file

@ -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)