.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
flake.lock
flake.nix
pyproject.toml
pytest.ini
uv.lock
.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
docs/astro.config.mjs
docs/package-lock.json
docs/package.json
docs/tsconfig.json
docs/src/env.d.ts
docs/src/content/config.ts
docs/src/content/docs/api.mdx
docs/src/content/docs/behavior.mdx
docs/src/content/docs/cli.mdx
docs/src/content/docs/contributing.mdx
docs/src/content/docs/examples.mdx
docs/src/content/docs/getting-started.mdx
docs/src/content/docs/index.mdx
docs/src/content/docs/internals.mdx
examples/param_sweep_bench.py
examples/strings_bench.py
pybench/__init__.py
pybench/cli.py
pybench/core.py
pybenchx.egg-info/PKG-INFO
pybenchx.egg-info/SOURCES.txt
pybenchx.egg-info/dependency_links.txt
pybenchx.egg-info/entry_points.txt
pybenchx.egg-info/top_level.txt
tests/conftest.py
tests/test_cli_edgecases.py
tests/test_cli_misc.py
tests/test_core_errors.py
tests/test_core_unit.py