diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-26 21:37:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-26 21:37:17 +0200 |
commit | 115ee67b24afcea81fc9c583400b50b10718681a (patch) | |
tree | 5bacbda32ef5cec99ec4771d59962abb67942640 | |
parent | 8c06f01c22bfe34fadeae955c57f03e0ec9ac7bb (diff) | |
download | linux-conf-perf-115ee67b24afcea81fc9c583400b50b10718681a.tar.gz linux-conf-perf-115ee67b24afcea81fc9c583400b50b10718681a.tar.bz2 linux-conf-perf-115ee67b24afcea81fc9c583400b50b10718681a.zip |
Disable multithread for ryuglab target
Multithreading is not working properly yet. So it won't be used for
active measuring.
-rw-r--r-- | targets/ryuglab/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index 11d8a14..c8e17a3 100644 --- a/targets/ryuglab/conf.py +++ b/targets/ryuglab/conf.py @@ -11,7 +11,7 @@ parse_command = ['tests/cyclictest/parse'] db_user = 'kocikare' db_password = 'ohNg3Ien' -multithread = True +multithread = False parse_kconfig_output = False |