Skip to content

Files

Julia example with BenchmarkTools.jl

Please read the docs of BenchmarkTools.jl first. Expecially the BenchmarkGroup section. Generally speaking, we only need the json file exported by BenchmarkTools.save. You can checkout the fib.jl file for how to do it. A workflow for this example is also provided to help you integrate it in your project.

Note: Currently we only support test suite after applying an estimation (minimumm,median, mean, maximum, std).