aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/smoke_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/smoke_test.sh')
-rwxr-xr-xtest/cpp/qps/smoke_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/smoke_test.sh b/test/cpp/qps/smoke_test.sh
index ba7f0a4f27..431a29705e 100755
--- a/test/cpp/qps/smoke_test.sh
+++ b/test/cpp/qps/smoke_test.sh
@@ -8,7 +8,7 @@ cd $(dirname $0)/../../..
killall qps_worker || true
-config=opt
+config=dbg
NUMCPUS=`python2.7 -c 'import multiprocessing; print multiprocessing.cpu_count()'`