cleanup configs
diff --git a/wally/suits/io/lat_vs_iops.cfg b/wally/suits/io/lat_vs_iops.cfg
index 8dfa6d2..cb26b7d 100644
--- a/wally/suits/io/lat_vs_iops.cfg
+++ b/wally/suits/io/lat_vs_iops.cfg
@@ -1,38 +1,38 @@
 [global]
-include defaults.cfg
+include defaults_qd.cfg
 
 ramp_time=5
 runtime=30
 
 blocksize=4k
 rw=randwrite
-sync=1
+sync=0
 direct=1
 
 # ---------------------------------------------------------------------
 # latency as function from IOPS
 # ---------------------------------------------------------------------
 [latVSiops{rate_iops}_{TEST_SUMM}]
-numjobs=1
+iodepth=1
 rate_iops={% 20, 40, 60, 80, 100, 120, 160, 200, 250, 300 %}
 
 # ---------------------------------------------------------------------
 # latency as function from IOPS
 # ---------------------------------------------------------------------
 [latVSiops{rate_iops}_{TEST_SUMM}]
-numjobs=3
+iodepth=3
 rate_iops={% 10, 20, 40, 60, 80, 100, 120, 160 %}
 
 # ---------------------------------------------------------------------
 # latency as function from IOPS
 # ---------------------------------------------------------------------
 [latVSiops{rate_iops}_{TEST_SUMM}]
-numjobs=7
+iodepth=7
 rate_iops={% 5, 10, 20, 40, 50, 60, 70 %}
 
 # ---------------------------------------------------------------------
 # latency as function from IOPS
 # ---------------------------------------------------------------------
 [latVSiops{rate_iops}_{TEST_SUMM}]
-numjobs=10
+iodepth=10
 rate_iops={% 5, 10, 20, 40, 50 %}