README.md
baselines.py
benchmark_commits.py
fastmark.py
pyproject.toml
regexes.py
./baselines.py
./benchmark_commits.py
./fastmark.py
./regexes.py
fastmark.egg-info/PKG-INFO
fastmark.egg-info/SOURCES.txt
fastmark.egg-info/dependency_links.txt
fastmark.egg-info/entry_points.txt
fastmark.egg-info/requires.txt
fastmark.egg-info/top_level.txt
pyperformance/pyperformance/__init__.py
pyperformance/pyperformance/__main__.py
pyperformance/pyperformance/_benchmark.py
pyperformance/pyperformance/_benchmark_metadata.py
pyperformance/pyperformance/_benchmark_selections.py
pyperformance/pyperformance/_manifest.py
pyperformance/pyperformance/_pip.py
pyperformance/pyperformance/_pyproject_toml.py
pyperformance/pyperformance/_python.py
pyperformance/pyperformance/_pythoninfo.py
pyperformance/pyperformance/_utils.py
pyperformance/pyperformance/_venv.py
pyperformance/pyperformance/cli.py
pyperformance/pyperformance/commands.py
pyperformance/pyperformance/compare.py
pyperformance/pyperformance/compile.py
pyperformance/pyperformance/run.py
pyperformance/pyperformance/venv.py
pyperformance/pyperformance/data-files/benchmarks/MANIFEST
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/README.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/__init__.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/context_processors.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/exceptions.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/mail.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/paginator.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/signals.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/template_loader.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/urlresolvers.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/data/2to3/xheaders.py.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/LICENSE.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/Grammar.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/PatternGrammar.txt
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/__init__.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/__main__.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/btm_matcher.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/btm_utils.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixer_base.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixer_util.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/main.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/patcomp.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pygram.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pytree.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/refactor.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/__init__.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_apply.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_asserts.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_basestring.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_buffer.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_dict.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_except.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_exec.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_execfile.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_exitfunc.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_filter.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_funcattrs.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_future.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_getcwdu.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_has_key.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_idioms.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_import.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_imports.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_imports2.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_input.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_intern.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_isinstance.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_itertools.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_itertools_imports.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_long.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_map.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_metaclass.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_methodattrs.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_ne.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_next.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_nonzero.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_numliterals.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_operator.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_paren.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_print.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_raise.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_raw_input.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_reduce.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_reload.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_renames.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_repr.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_set_literal.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_standarderror.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_sys_exc.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_throw.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_tuple_params.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_types.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_unicode.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_urllib.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_ws_comma.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_xrange.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_xreadlines.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/fixes/fix_zip.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/__init__.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/conv.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/driver.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/grammar.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/literals.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/parse.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/pgen.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/token.py
pyperformance/pyperformance/data-files/benchmarks/bm_2to3/vendor/src/lib2to3/pgen2/tokenize.py
pyperformance/pyperformance/data-files/benchmarks/bm_argparse/bm_argparse_subparsers.toml
pyperformance/pyperformance/data-files/benchmarks/bm_argparse/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_argparse/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_async_generators/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_generators/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_cpu_io_mixed.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_cpu_io_mixed_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_cpu_io_mixed.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_cpu_io_mixed_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_io.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_io_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_memoization.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_memoization_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_eager_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_io.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_io_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_memoization.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_memoization_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/bm_async_tree_tg.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_async_tree/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_tcp/bm_asyncio_tcp_ssl.toml
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_tcp/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_tcp/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_tcp/ssl_cert.pem
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_tcp/ssl_key.pem
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_websockets/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_websockets/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_asyncio_websockets/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_barnes_hut/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_barnes_hut/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_bpe_tokeniser/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_bpe_tokeniser/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_bpe_tokeniser/data/frankenstein_intro.txt
pyperformance/pyperformance/data-files/benchmarks/bm_chameleon/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_chameleon/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_chameleon/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_chaos/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_chaos/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_comprehensions/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_comprehensions/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_concurrent_imap/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_concurrent_imap/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_coroutines/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_coroutines/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_coverage/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_coverage/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_coverage/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_crypto_pyaes/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_crypto_pyaes/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_crypto_pyaes/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_dask/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_dask/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_dask/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_decimal_factorial/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_decimal_factorial/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_decimal_pi/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_decimal_pi/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_deepcopy/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_deepcopy/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_deltablue/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_deltablue/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_django_template/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_django_template/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/index.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/api/publisher.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/api/runtime-settings.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/api/transforms.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/distributing.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/enthought-plan.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/enthought-rfp.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/hacking.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/policies.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/pysource.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/release.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/repository.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/runtime-settings-processing.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/semantics.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/testing.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/todo.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/website.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/rst/alternatives.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/dev/rst/problems.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/howto/cmdline-tool.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/howto/html-stylesheets.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/howto/i18n.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/howto/rst-directives.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/howto/rst-roles.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/howto/security.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/peps/pep-0256.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/peps/pep-0257.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/peps/pep-0258.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/peps/pep-0287.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/ref/doctree.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/ref/rst/definitions.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/ref/rst/directives.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/ref/rst/introduction.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/ref/rst/mathematics.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/ref/rst/restructuredtext.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/ref/rst/roles.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/config.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/emacs.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/html.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/latex.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/links.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/mailing-lists.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/manpage.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/odt.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/smartquotes.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/tools.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/big-black.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/big-white.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/default.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/happy_monkey.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/medium-black.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/medium-white.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/rsp-all.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/rsp-breaks.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/rsp-covers.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/rsp-cuts.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/rsp-empty.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/rsp-objects.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/rsp.svg
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/s5-files.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/s5-files.svg
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/small-black.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/images/small-white.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/cheatsheet.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/demo.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/quickstart.txt
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/biohazard-bitmap-scaling.svg
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/biohazard-bitmap.svg
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/biohazard-scaling.svg
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/biohazard.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/biohazard.svg
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/biohazard.swf
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/pens.mp4
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/title-scaling.svg
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/title.png
pyperformance/pyperformance/data-files/benchmarks/bm_docutils/data/docs/user/rst/images/title.svg
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/COMMIT_EDITMSG
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/FETCH_HEAD
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/HEAD
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/ORIG_HEAD
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/config
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/description
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/index
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/packed-refs
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/applypatch-msg.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/commit-msg.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/post-update.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/pre-applypatch.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/pre-commit.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/pre-push.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/pre-rebase.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/prepare-commit-msg.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/hooks/update.sample
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/info/exclude
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/info/refs
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/logs/HEAD
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/logs/refs/heads/master
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/logs/refs/remotes/origin/HEAD
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/logs/refs/remotes/origin/bind_modules
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/logs/refs/remotes/origin/master
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/logs/refs/remotes/origin/zero_timeout
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/objects/info/packs
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/objects/pack/pack-7e1b1ace85030071ca314cd565ae038bacc302a4.idx
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/objects/pack/pack-7e1b1ace85030071ca314cd565ae038bacc302a4.pack
pyperformance/pyperformance/data-files/benchmarks/bm_dulwich_log/data/asyncio.git/refs/remotes/origin/HEAD
pyperformance/pyperformance/data-files/benchmarks/bm_fannkuch/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_fannkuch/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_fastapi/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_fastapi/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_fastapi/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_float/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_float/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_gc_collect/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_gc_collect/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_gc_traversal/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_gc_traversal/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_generators/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_generators/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_genshi/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_genshi/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_genshi/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_go/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_go/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_hexiom/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_hexiom/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_hg_startup/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_hg_startup/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_hg_startup/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_html5lib/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_html5lib/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_html5lib/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_html5lib/data/w3_tr_html5.html
pyperformance/pyperformance/data-files/benchmarks/bm_json_dumps/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_json_dumps/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_json_loads/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_json_loads/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_logging/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_logging/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_mako/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_mako/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_mako/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_mdp/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_mdp/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_meteor_contest/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_meteor_contest/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_nbody/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_nbody/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_networkx/bm_networkx_connected_components.toml
pyperformance/pyperformance/data-files/benchmarks/bm_networkx/bm_networkx_k_core.toml
pyperformance/pyperformance/data-files/benchmarks/bm_networkx/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_networkx/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_networkx/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_networkx/data/amazon0302.txt.gz
pyperformance/pyperformance/data-files/benchmarks/bm_nqueens/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_nqueens/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_pathlib/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pathlib/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/bm_pickle_dict.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/bm_pickle_list.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/bm_pickle_pure_python.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/bm_unpickle.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/bm_unpickle_list.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/bm_unpickle_pure_python.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pickle/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_pidigits/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pidigits/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_pprint/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pprint/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_pyflate/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_pyflate/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_pyflate/data/interpreter.tar.bz2
pyperformance/pyperformance/data-files/benchmarks/bm_python_startup/bm_python_startup_no_site.toml
pyperformance/pyperformance/data-files/benchmarks/bm_python_startup/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_python_startup/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_raytrace/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_raytrace/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_regex_compile/bm_regex_effbot.py
pyperformance/pyperformance/data-files/benchmarks/bm_regex_compile/bm_regex_v8.py
pyperformance/pyperformance/data-files/benchmarks/bm_regex_compile/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_regex_compile/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_regex_dna/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_regex_dna/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_regex_effbot/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_regex_effbot/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_regex_v8/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_regex_v8/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_richards/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_richards/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_richards_super/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_richards_super/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_scimark/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_scimark/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_spectral_norm/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_spectral_norm/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/about.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/bugs.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/conf.py
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/constraints.txt
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/contents.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/copyright.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/glossary.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/license.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/annotations.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/argparse.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/clinic.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/cporting.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/curses.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/descriptor.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/enum.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/free-threading-extensions.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/functional.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/gdb_helpers.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/index.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/instrumentation.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/ipaddress.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/isolating-extensions.rst
pyperformance/pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/tools/extensions/pyspecific.py
pyperformance/pyperformance/data-files/benchmarks/bm_sqlalchemy_declarative/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sqlalchemy_declarative/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_sqlalchemy_declarative/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_sqlalchemy_imperative/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sqlalchemy_imperative/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_sqlalchemy_imperative/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_sqlglot_v2/bm_sqlglot_v2_optimize.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sqlglot_v2/bm_sqlglot_v2_parse.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sqlglot_v2/bm_sqlglot_v2_transpile.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sqlglot_v2/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sqlglot_v2/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_sqlglot_v2/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_sqlite_synth/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sqlite_synth/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_sympy/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_sympy/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_sympy/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_telco/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_telco/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_telco/data/telco-bench.b
pyperformance/pyperformance/data-files/benchmarks/bm_tomli_loads/generate_data.py
pyperformance/pyperformance/data-files/benchmarks/bm_tomli_loads/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_tomli_loads/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_tomli_loads/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_tomli_loads/data/tomli-bench-data.toml
pyperformance/pyperformance/data-files/benchmarks/bm_tornado_http/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_tornado_http/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_tornado_http/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_typing_runtime_protocols/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_typing_runtime_protocols/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_unpack_sequence/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_unpack_sequence/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_xdsl/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_xdsl/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_xdsl/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_xml_etree/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_xml_etree/run_benchmark.py
pyperformance/pyperformance/data-files/benchmarks/bm_yaml/pyproject.toml
pyperformance/pyperformance/data-files/benchmarks/bm_yaml/requirements.txt
pyperformance/pyperformance/data-files/benchmarks/bm_yaml/run_benchmark.py