Skip to main content

Module bundle

Module bundle 

Source
Expand description

Reproducible benchmark result bundles (port of benchmarks/bundle.py).

Constants§

SCHEMA_VERSION

Functions§

collect_environment
Host and software fingerprint stored in result bundles. Mirrors the Python collect_environment, with rust_version in place of python_version.
make_bundle
Assemble a JSON-serializable, self-describing benchmark result bundle.
save_bundle
Write a result bundle as JSON, creating parent directories as needed.