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.
This commit is contained in:
parent
d165a401dc
commit
d86fb670e6
@ -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')
|
Loading…
x
Reference in New Issue
Block a user