.gitattributes
.gitignore
.prettierrc
CHANGELOG.md
CODE_OF_CONDUCT.md
DEVELOPER.md
LICENSE
PROVISIONING.md
README.md
lint.sh
pyproject.toml
pyrightconfig.json
setup.cfg
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
bench_runner/__init__.py
bench_runner/__main__.py
bench_runner/bases.py
bench_runner/benchmark_definitions.py
bench_runner/config.py
bench_runner/flags.py
bench_runner/gh.py
bench_runner/git.py
bench_runner/hpt.py
bench_runner/plot.py
bench_runner/result.py
bench_runner/runners.py
bench_runner/table.py
bench_runner/util.py
bench_runner.egg-info/PKG-INFO
bench_runner.egg-info/SOURCES.txt
bench_runner.egg-info/dependency_links.txt
bench_runner.egg-info/requires.txt
bench_runner.egg-info/top_level.txt
bench_runner/scripts/__init__.py
bench_runner/scripts/backfill.py
bench_runner/scripts/bisect.py
bench_runner/scripts/compare.py
bench_runner/scripts/find_failures.py
bench_runner/scripts/generate_results.py
bench_runner/scripts/get_merge_base.py
bench_runner/scripts/install.py
bench_runner/scripts/notify.py
bench_runner/scripts/profiling_plot.py
bench_runner/scripts/purge.py
bench_runner/scripts/remove_benchmark.py
bench_runner/scripts/run_benchmarks.py
bench_runner/scripts/synthesize_loops_file.py
bench_runner/scripts/workflow.py
bench_runner/templates/README.md
bench_runner/templates/RESULTS.md
bench_runner/templates/_benchmark.src.yml
bench_runner/templates/_find_failures.src.yml
bench_runner/templates/_generate.src.yml
bench_runner/templates/_notify.src.yml
bench_runner/templates/_publish.src.yml
bench_runner/templates/_pystats.src.yml
bench_runner/templates/_weekly.src.yml
bench_runner/templates/bench_runner.toml
bench_runner/templates/benchmark.src.yml
bench_runner/templates/benchmarks.manifest
bench_runner/templates/ci.src.yml
bench_runner/templates/workflow_bootstrap.src.py
tests/conftest.py
tests/test_bases.py
tests/test_compare.py
tests/test_config.py
tests/test_flags.py
tests/test_generate_results.py
tests/test_get_merge_base.py
tests/test_gh.py
tests/test_notify.py
tests/test_result.py
tests/test_run_benchmarks.py
tests/test_synthesize_loops_file.py
tests/test_table.py
tests/test_workflow.py
tests/data/README.md
tests/data/RESULTS.md
tests/data/bench_runner.toml
tests/data/benchmarks.manifest
tests/data/longitudinal.json
tests/data/loops.json
tests/data/profiling/results/2to3.perf.csv
tests/data/profiling/results/aiohttp.perf.csv
tests/data/profiling/results/async_generators.perf.csv
tests/data/profiling/results/async_tree.perf.csv
tests/data/profiling/results/async_tree_cpu_io_mixed.perf.csv
tests/data/profiling/results/async_tree_io.perf.csv
tests/data/profiling/results/async_tree_memoization.perf.csv
tests/data/profiling/results/asyncio_tcp.perf.csv
tests/data/profiling/results/chameleon.perf.csv
tests/data/profiling/results/chaos.perf.csv
tests/data/profiling/results/comprehensions.perf.csv
tests/data/profiling/results/concurrent_imap.perf.csv
tests/data/profiling/results/coroutines.perf.csv
tests/data/profiling/results/coverage.perf.csv
tests/data/profiling/results/crypto_pyaes.perf.csv
tests/data/profiling/results/dask.perf.csv
tests/data/profiling/results/deepcopy.perf.csv
tests/data/profiling/results/deltablue.perf.csv
tests/data/profiling/results/django_template.perf.csv
tests/data/profiling/results/djangocms.perf.csv
tests/data/profiling/results/docutils.perf.csv
tests/data/profiling/results/dulwich_log.perf.csv
tests/data/profiling/results/fannkuch.perf.csv
tests/data/profiling/results/flaskblogging.perf.csv
tests/data/profiling/results/float.perf.csv
tests/data/profiling/results/gc_collect.perf.csv
tests/data/profiling/results/gc_traversal.perf.csv
tests/data/profiling/results/generators.perf.csv
tests/data/profiling/results/genshi.perf.csv
tests/data/profiling/results/go.perf.csv
tests/data/profiling/results/gunicorn.perf.csv
tests/data/profiling/results/hexiom.perf.csv
tests/data/profiling/results/html5lib.perf.csv
tests/data/profiling/results/json.perf.csv
tests/data/profiling/results/json_dumps.perf.csv
tests/data/profiling/results/json_loads.perf.csv
tests/data/profiling/results/logging.perf.csv
tests/data/profiling/results/mako.perf.csv
tests/data/profiling/results/mdp.perf.csv
tests/data/profiling/results/meteor_contest.perf.csv
tests/data/profiling/results/mypy2.perf.csv
tests/data/profiling/results/nbody.perf.csv
tests/data/profiling/results/nqueens.perf.csv
tests/data/profiling/results/pathlib.perf.csv
tests/data/profiling/results/pickle.perf.csv
tests/data/profiling/results/pickle_dict.perf.csv
tests/data/profiling/results/pickle_list.perf.csv
tests/data/profiling/results/pickle_pure_python.perf.csv
tests/data/profiling/results/pidigits.perf.csv
tests/data/profiling/results/pprint.perf.csv
tests/data/profiling/results/pycparser.perf.csv
tests/data/profiling/results/pyflate.perf.csv
tests/data/profiling/results/pylint.perf.csv
tests/data/profiling/results/python_startup.perf.csv
tests/data/profiling/results/python_startup_no_site.perf.csv
tests/data/profiling/results/raytrace.perf.csv
tests/data/profiling/results/regex_compile.perf.csv
tests/data/profiling/results/regex_dna.perf.csv
tests/data/profiling/results/regex_effbot.perf.csv
tests/data/profiling/results/regex_v8.perf.csv
tests/data/profiling/results/richards.perf.csv
tests/data/profiling/results/scimark.perf.csv
tests/data/profiling/results/spectral_norm.perf.csv
tests/data/profiling/results/sqlalchemy_declarative.perf.csv
tests/data/profiling/results/sqlalchemy_imperative.perf.csv
tests/data/profiling/results/sqlglot.perf.csv
tests/data/profiling/results/sqlite_synth.perf.csv
tests/data/profiling/results/sympy.perf.csv
tests/data/profiling/results/telco.perf.csv
tests/data/profiling/results/thrift.perf.csv
tests/data/profiling/results/tornado_http.perf.csv
tests/data/profiling/results/unpack_sequence.perf.csv
tests/data/profiling/results/unpickle.perf.csv
tests/data/profiling/results/unpickle_list.perf.csv
tests/data/profiling/results/unpickle_pure_python.perf.csv
tests/data/profiling/results/xml_etree.perf.csv
tests/data/results/bm-20211208-3.11.0a3-2e91dba/bm-20211208-linux-x86_64-python-main-3.11.0a3-2e91dba.json
tests/data/results/bm-20220307-3.11.0a6-3ddfa55/bm-20220307-linux-x86_64-python-main-3.11.0a6-3ddfa55.json
tests/data/results/bm-20220323-3.10.4-9d38120/bm-20220323-linux-x86_64-python-main-3.10.4-9d38120.json
tests/data/results/bm-20220405-3.11.0a7-2e49bd0/bm-20220405-linux-x86_64-python-main-3.11.0a7-2e49bd0.json
tests/data/results/bm-20220506-3.11.0b1-8d32a5c/bm-20220506-linux-x86_64-python-main-3.11.0b1-8d32a5c.json
tests/data/results/bm-20220530-3.11.0b2-72f00f4/bm-20220530-linux-x86_64-python-main-3.11.0b2-72f00f4.json
tests/data/results/bm-20220601-3.11.0b3-eb0004c/bm-20220601-linux-x86_64-python-main-3.11.0b3-eb0004c.json
tests/data/results/bm-20220611-3.12.0a1+-733e15f/bm-20220611-linux-x86_64-python-main-3.12.0a1+-733e15f.json
tests/data/results/bm-20221022-3.12.0a1+-f58631b/bm-20221022-linux-x86_64-python-main-3.12.0a1+-f58631b.json
tests/data/results/bm-20221112-3.12.0a2+-57be545/bm-20221112-linux-x86_64-python-main-3.12.0a2+-57be545.json
tests/data/results/bm-20221119-3.12.0a3+-b0e1f9c/bm-20221119-linux-x86_64-python-main-3.12.0a3+-b0e1f9c.json