tests: Rename "bench" tests to "internal_bench" and run-internalbench.py

To emphasise these benchmark tests compare the internal performance of
features amongst themselves, rather than absolute performance testing.
pull/4858/head
Damien George 2019-06-18 23:44:16 +10:00
rodzic d165a401dc
commit d86fb670e6
45 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ def main():
if len(args.files) == 0:
if pyb is None:
# run PC tests
test_dirs = ('bench',)
test_dirs = ('internal_bench',)
else:
# run pyboard tests
test_dirs = ('basics', 'float', 'pyb')