Benchmarking tools for Julia packages
Documentation | PackageEvaluator | Build Status |
---|---|---|
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.
- LATEST — in-development version of the documentation.
The package is tested against Julia 0.6
on Linux and macOS.
Contributions are welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.