Run benchmarks using PkgBenchmark.jl
masterFor automated benchmarking and reporting, use PkgBenchmark.jl. This requires PkgBenchmark to be installed in your default environment.
To benchmark the QuantEcon package and export the results to a Markdown file:
using PkgBenchmark
results = benchmarkpkg("QuantEcon")
export_markdown("results.md", results)