Skip to main content

gwmock-benchmark

Python CI pre-commit.ci status Documentation codecov PyPI Version Python Versions License: GPL-3.0-or-later Ruff SPEC 0 — Minimum Supported Dependencies DOI

Shared benchmarking for the gwmock packages: one harness, the committed results, and the rendered report site — in one place.

📊 Results: https://leuven-gravity-institute.github.io/gwmock-benchmark/

It exists so that every gwmock package is benchmarked the same way, so anyone can contribute results from their own hardware with a single pull request, and so the package repositories stay free of benchmark tooling, data, and figures.

How it works

  1. You run a benchmark with the CLI; it writes one metrics-only JSON record.
  2. You open a pull request adding that file under data/<package>/<suite>/.
  3. CI validates it; on merge, the docs pipeline regenerates the figures and tables from the data — contributors never commit images or edit the docs.

Records are tiny (~1–2 KB), carry full provenance (CPU/GPU model, library versions — no hostnames), and are capped at 16 KB so the dataset stays light in the repository.

Data API

The committed records are published as static JSON at stable URLs, so you can retrieve the full dataset programmatically instead of scraping the figures and tables. Start at the manifest and follow its links:

https://leuven-gravity-institute.github.io/gwmock-benchmark/data/v1/index.json     # manifest: versions, counts, links
https://leuven-gravity-institute.github.io/gwmock-benchmark/data/v1/records.json   # every record, one request
.../data/v1/<package>/<suite>.json                                                 # e.g. signal/performance.json
.../data/v1/schema/record-v1.json                                                  # JSON Schema for a record

See the Data API page for the endpoints, the record schema, and curl/Python examples.

Benchmarked packages

Package Suites Extra
gwmock-signal performance, consistency gwmock-benchmark[signal]

More packages (gwmock-pop, gwmock-noise, gwmock) plug in as suites under src/gwmock_benchmark/suites/.

Install

uv pip install "gwmock-benchmark[signal]"   # extra per package you want to benchmark

Linux and macOS (the harness uses Unix facilities and the suites pull HPC packages such as lalsuite); Python 3.12–3.14.

CLI

# Run a benchmark (writes a record)
gwmock-benchmark signal performance --backend ripple --method batched --n-events 5000 -o out.json
gwmock-benchmark signal consistency -o data/signal/consistency

# Generate a cluster submission script for any command
gwmock-benchmark submit slurm --command "gwmock-benchmark signal performance ..." \
    --cpus 8 --gpus 1 --time 04:00:00 -o run.slurm

# Render the committed dataset into the docs (run by the docs pipeline)
gwmock-benchmark aggregate --data-dir data --docs-dir docs

Contributing results

Benchmarks from more hardware make the reports better. See the Contribute a benchmark guide for the full workflow (run locally or on a cluster → add a data file → open a PR).

Development

git clone git@github.com:Leuven-Gravity-Institute/gwmock-benchmark.git
cd gwmock-benchmark
uv venv --python 3.12 && source .venv/bin/activate
uv sync --group dev --group docs
uv run prek install
uv run pytest

Build the site locally (renders figures from data/ first):

uv run --group docs gwmock-benchmark aggregate
uv run --group docs zensical serve

License

GPL-3.0-or-later — see LICENSE.

gwmock-benchmark is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

gwmock-benchmark is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with gwmock-benchmark. If not, see https://www.gnu.org/licenses/.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gwmock_benchmark-0.4.1.tar.gz (507.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gwmock_benchmark-0.4.1-py3-none-any.whl (49.1 kB view details)

Uploaded Python 3

File details

Details for the file gwmock_benchmark-0.4.1.tar.gz.

File metadata

  • Download URL: gwmock_benchmark-0.4.1.tar.gz
  • Upload date:
  • Size: 507.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.30 {"installer":{"name":"uv","version":"0.11.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for gwmock_benchmark-0.4.1.tar.gz
Algorithm Hash digest
SHA256 2bf936d2375b30c6e7c16991979217ace37a6d7b2df9e09639d8a13cde69ea33
MD5 a1e6994b52628e7b55d3bd57d1a6fe2b
BLAKE2b-256 a2f02b1fb6c3ac8b08ab1eafc0d08c91235bf8f7f104f10c05a25781f0c16c80

See more details on using hashes here.

File details

Details for the file gwmock_benchmark-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: gwmock_benchmark-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.30 {"installer":{"name":"uv","version":"0.11.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for gwmock_benchmark-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 789681bcda35d71234a74f25a4b1a692585cff637c61fd65f7bd2ce787497eb3
MD5 73d71100705c01fa62d92ca3d6812870
BLAKE2b-256 2164ae8ab461912f59f07686df54695b980a5735785fdfcbb07df2eb41c41eaf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page