Skip to content
Lisa Rennels edited this page Oct 12, 2018 · 29 revisions

Currently we will use the PkgBenchmark package to do basic benchmarking for Mimi. The goal is to provide a straightforward way to run small performance checks to support design decisions and ensure that changes made to Mimi do not negatively affect performance in a significant way.

Required Infrastructure

To use these tools, use Julia 1.0,

benchmarkpkg("C:\\Users\\david\\.julia\\dev\\Mimi\\benchmark\\benchmarks.jl", resultfile="run2.json")
export_markdown("foo.md", judge(readresults("run1.json"), readresults("run2.json")))
Clone this wiki locally