aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <kocikare@fel.cvut.cz>2015-08-13 09:56:26 +0200
committerKarel Kočí <kocikare@fel.cvut.cz>2015-08-13 09:56:26 +0200
commite1ccb36e492f80c9c6b713697241fa45e77e05e9 (patch)
tree2ceea379681a451aa329f6b7b4cf2d4a29ff8c05
parentbf95742296735f961f2cf8d00391de265e7f0d88 (diff)
downloadlinux-conf-perf-e1ccb36e492f80c9c6b713697241fa45e77e05e9.tar.gz
linux-conf-perf-e1ccb36e492f80c9c6b713697241fa45e77e05e9.tar.bz2
linux-conf-perf-e1ccb36e492f80c9c6b713697241fa45e77e05e9.zip
Enable multithreating execution
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index c077d77..31f343a 100644
--- a/conf.py
+++ b/conf.py
@@ -57,7 +57,7 @@ db_port = 5432
# multithread
# Define if measurement and kernel build should be executed in parallel.
-multithread = False
+multithread = True
# multithread_buffer
# Defines maximal number of buffered configurations before generating is suspended.
multithread_buffer = 32