commit | change |
---|---|
2a88001 (2a88001) | 1.07x ↓📄📈🧠 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-08-19T12:33:42.3075943Z Current runner version: '2.319.1' | |
2024-08-19T12:33:42.3079875Z Runner name: 'CPythons-Windows' | |
2024-08-19T12:33:42.3080346Z Runner group name: 'Default' | |
2024-08-19T12:33:42.3080774Z Machine name: 'WIN-5FKPU9U7KDT' | |
2024-08-19T12:33:42.3090909Z Testing runner upgrade compatibility | |
2024-08-19T12:33:42.3503405Z ##[group]GITHUB_TOKEN Permissions | |
2024-08-19T12:33:42.3504566Z Actions: write | |
2024-08-19T12:33:42.3504833Z Attestations: write | |
2024-08-19T12:33:42.3505051Z Checks: write | |
2024-08-19T12:33:42.3505233Z Contents: write |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"benchmarks":[{"metadata":{"command":"/Users/benchmarking/actions-runner/_work/benchmarking/benchmarking/venv/cpython3.12-a40582696688-compat-abd8ee905c33/bin/python -m lib2to3 -f all /Users/benchmarking/actions-runner/_work/benchmarking/benchmarking/venv/lib/python3.12/site-packages/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/template_loader.py.txt /Users/benchmarking/actions-runner/_work/benchmarking/benchmarking/venv/lib/python3.12/site-packages/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/exceptions.py.txt /Users/benchmarking/actions-runner/_work/benchmarking/benchmarking/venv/lib/python3.12/site-packages/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/paginator.py.txt /Users/benchmarking/actions-runner/_work/benchmarking/benchmarking/venv/lib/python3.12/site-packages/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/xheaders.py.txt /Users/benchmarking/actions-runner/_work/benchmarking/benchmarking/venv/lib/python3.12/site-packages/pyperformance/data-files/benchmarks/bm_2to3/ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To display the perf.data header info, please use --header/--header-only options. | |
# | |
# | |
# Total Lost Samples: 998 | |
# | |
# Samples: 101K of event 'cycles:Pu' | |
# Event count (approx.): 99011315390 | |
# | |
# Children Self Command Shared Object Symbol |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import os | |
from pathlib import Path | |
import shutil | |
import subprocess | |
pystats_dir = Path("/tmp/py_stats") | |
parser = argparse.ArgumentParser( | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[project] | |
name = "pyperformance_bm_go" | |
requires-python = ">=3.8" | |
dependencies = ["pyperf"] | |
urls = {repository = "https://github.com/python/pyperformance"} | |
dynamic = ["version"] | |
[tool.pyperformance] | |
name = "go" |