summaryrefslogtreecommitdiff
path: root/tests/run-perfbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-perfbench.py')
-rwxr-xr-xtests/run-perfbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-perfbench.py b/tests/run-perfbench.py
index d70b99693..6f340968b 100755
--- a/tests/run-perfbench.py
+++ b/tests/run-perfbench.py
@@ -21,7 +21,7 @@ if os.name == "nt":
MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe")
else:
CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
- MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython")
+ MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/build-standard/micropython")
PYTHON_TRUTH = CPYTHON3