summaryrefslogtreecommitdiffstats
path: root/rest_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_server.py')
-rw-r--r--rest_server.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/rest_server.py b/rest_server.py
index 20c1783..574fc32 100644
--- a/rest_server.py
+++ b/rest_server.py
@@ -336,10 +336,6 @@ prior to running any further tests,
storperf.filename = request.json['target']
if ('deadline' in request.json):
storperf.deadline = request.json['deadline']
- if ('nossd' in request.json):
- storperf.precondition = False
- if ('nowarm' in request.json):
- storperf.warm_up = False
if ('queue_depths' in request.json):
storperf.queue_depths = request.json['queue_depths']
if ('block_sizes' in request.json):