aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-04 11:05:49 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-04 11:05:49 -0800
commit29b41e19606aeaaaa6f7c8ef0de3ea336d74c588 (patch)
tree4be51b2b9aee1a3fe099b7c91e259c3aa88afc38
parentfc1fd06023a044b3982d35aa8ed1e800993886d8 (diff)
comment on multicore in test runner
-rwxr-xr-xtests/runner.py3
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