We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78896b7 commit 4d0e113Copy full SHA for 4d0e113
microbench/Makefile
@@ -40,15 +40,15 @@ create_venv_graalpy:
40
41
print_cpy:
42
@echo =================================== CPython ====================================
43
- @tail tmp_results_cpython.txt -n 29
+ @tail tmp_results_cpython.txt -n 30
44
45
print_pypy:
46
@echo ==================================== PyPy ======================================
47
- @tail tmp_results_pypy.txt -n 29
+ @tail tmp_results_pypy.txt -n 30
48
49
print_graalpy:
50
@echo =================================== GraalPy ====================================
51
- @tail tmp_results_graalpy.txt -n 29
+ @tail tmp_results_graalpy.txt -n 30
52
53
print_pypy_vs_cpy:
54
@$(PYTHON) print_other_vs_cpy.py PyPy
0 commit comments