mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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:
parent
3741e8228e
commit
fe9958380e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue