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/1/head
Damien George 2019-06-18 23:44:16 +10:00
parent d165a401dc
commit d86fb670e6
45 changed files with 1 additions and 1 deletions

View File

@ -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')