Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 679 Bytes

File metadata and controls

5 lines (3 loc) · 679 Bytes

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).