summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-15 19:12:31 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-15 19:12:31 +0200
commitc943306c099075ba992300715968052a15ddc3e7 (patch)
tree89967f7e685ad62b3fae0472ff60095620e3c477
parent8f96bec40d1e9fbc13861d6666e798684efefa77 (diff)
Add note re. test suite slowness.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cab1f8c..8084847 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,10 @@ configurations generated by Kconfiglib with configurations generated by
<i>scripts/kconfig/conf</i> for a number of cases. You might want to use the
"speedy" option; see [testsuite.py](testsuite.py).
+Kconfiglib is much faster than the test suite would indicate. Most of the time
+is spent waiting around for `make` or the C utilities. Adding some multiprocessing
+to the test suite would make sense.
+
## Misc. notes ##
* Please tell me if you miss some API. It might be possible to extract some useful