Skip to content

Commit 4d0e113

Browse files
committed
microbench: fix print targets
1 parent 78896b7 commit 4d0e113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microbench/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ create_venv_graalpy:
4040

4141
print_cpy:
4242
@echo =================================== CPython ====================================
43-
@tail tmp_results_cpython.txt -n 29
43+
@tail tmp_results_cpython.txt -n 30
4444

4545
print_pypy:
4646
@echo ==================================== PyPy ======================================
47-
@tail tmp_results_pypy.txt -n 29
47+
@tail tmp_results_pypy.txt -n 30
4848

4949
print_graalpy:
5050
@echo =================================== GraalPy ====================================
51-
@tail tmp_results_graalpy.txt -n 29
51+
@tail tmp_results_graalpy.txt -n 30
5252

5353
print_pypy_vs_cpy:
5454
@$(PYTHON) print_other_vs_cpy.py PyPy

0 commit comments

Comments
 (0)