Skip to content

Commit

Permalink
add bench script
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 23, 2019
1 parent 8526648 commit 2f785b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions benchmark/runbench.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using PkgBenchmark

current = BenchmarkConfig(id="multithreading", env = Dict("JULIA_NUM_THREADS"=>4), juliacmd=`julia -O3`)
baseline = BenchmarkConfig(id="master", env = Dict("JULIA_NUM_THREADS"=>1), juliacmd=`julia -O3`)
results = judge("YaoArrayRegister", current, baseline)
export_markdown("report.md", results)

0 comments on commit 2f785b6

Please sign in to comment.