diff options
author | Karel Kočí <cynerd@email.cz> | 2015-09-18 14:57:55 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-09-18 14:57:55 +0200 |
commit | 49a0027e2a7cda2f3ff1c4f056001f45f22becc4 (patch) | |
tree | 07802d9520ba877d70f6d8964e55855cd9c292b1 /targets/ryuglab | |
parent | 4076e6d8f5cbf488267e4d5a339198faa53aa961 (diff) | |
download | linux-conf-perf-49a0027e2a7cda2f3ff1c4f056001f45f22becc4.tar.gz linux-conf-perf-49a0027e2a7cda2f3ff1c4f056001f45f22becc4.tar.bz2 linux-conf-perf-49a0027e2a7cda2f3ff1c4f056001f45f22becc4.zip |
Disable multithreading for ryuglab target
Multithreading is problematic and needs fixing. So again it is disabled
for measuring purposes.
Diffstat (limited to 'targets/ryuglab')
-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 |