mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
tests/perf_bench: Add some configurations for N=32, M=10.
For STM32L072 and similar, very low end targets. The other perf_bench tests run out of memory, crash, or fail on prerequisite features. Signed-off-by: Angus Gratton <gus@projectgus.com>
This commit is contained in:
committed by
Damien George
parent
e76d88b531
commit
5568c324ba
@@ -260,7 +260,9 @@ def main():
|
||||
)
|
||||
cmd_parser.add_argument("--via-mpy", action="store_true", help="compile code to .mpy first")
|
||||
cmd_parser.add_argument("--mpy-cross-flags", default="", help="flags to pass to mpy-cross")
|
||||
cmd_parser.add_argument("N", nargs=1, help="N parameter (approximate target CPU frequency)")
|
||||
cmd_parser.add_argument(
|
||||
"N", nargs=1, help="N parameter (approximate target CPU frequency in MHz)"
|
||||
)
|
||||
cmd_parser.add_argument("M", nargs=1, help="M parameter (approximate target heap in kbytes)")
|
||||
cmd_parser.add_argument("files", nargs="*", help="input test files")
|
||||
args = cmd_parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user