Benchmarking tools for Julia packages
PkgBenchmark provides an interface for Julia package developers to track performance changes of their packages.
The package contains the following features:
- Running the benchmark suite at a specified commit, branch or tag. The path to the julia executable, the command line flags, and the environment variables can be customized.
- Comparing performance of a package between different package commits, branches or tags.
- Exporting results to markdown for benchmarks and comparisons, similar to how Nanosoldier reports results for the benchmarks on Base Julia.
The package is registered and can be installed with Pkg.add
as
julia> Pkg.add("PkgBenchmark")
- STABLE — most recently tagged version of the documentation.
- DEV — most recent development version of the documentation.
The package is tested against Julia v1.0
and the latest v1.x
on Linux, macOS, and Windows.
Contributions are welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.