diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-04 11:05:49 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-04 11:05:49 -0800 |
commit | 29b41e19606aeaaaa6f7c8ef0de3ea336d74c588 (patch) | |
tree | 4be51b2b9aee1a3fe099b7c91e259c3aa88afc38 /tests | |
parent | fc1fd06023a044b3982d35aa8ed1e800993886d8 (diff) |
comment on multicore in test runner
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 17d6ef0c..bbe9715c 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10,6 +10,9 @@ These tests can be run in parallel using nose, for example will use 4 processes. To install nose do something like |pip install nose| or |sudo apt-get install python-nose|. + +Note however that emcc now uses multiple cores when optimizing, +so you may prefer to use fewer cores here. ''' from subprocess import Popen, PIPE, STDOUT |