diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
