Skip to content

metatensor/metatensor_metatomic_benchmarks

Repository files navigation

About

A set of baseline benchmarks for metatensor and metatomic.

Running the Benchmarks

This repository uses airspeed velocity (asv) to run and compare benchmarks. Navigate to the directory of choice before running these, e.g.

cd metatomic_benchmarks

Running a Quick Benchmark

# Compares to main
asv run --quick

Generating and Viewing Results

To run the full benchmark suite for a range of commits and generate the results data, use asv run.

# Run all benchmarks across all commits in the project history (can be very slow!)
asv run ALL
# Run benchmarks for a specific range of commits
asv run HASH1..HASH2

After running the benchmarks, you can generate the HTML report and view it locally.

asv publish
asv preview

This will open a local web server with the interactive benchmark results.

License

MIT.

About

ASV Benchmarks for the ecosystem

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages