Skip to content

Commit

Permalink
Cleanup cruft; update PkgBenchmark.jl commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Dec 20, 2018
1 parent 43df956 commit 0dbf53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions benchmark/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUID
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[PkgBenchmark]]
deps = ["BenchmarkTools", "Dates", "InteractiveUtils", "JSON", "LibGit2", "Pkg", "Printf", "ProgressMeter", "Random", "Test"]
git-tree-sha1 = "d15f09c1e4a8c1075db6025fed97b8a852d5738e"
deps = ["BenchmarkTools", "Dates", "InteractiveUtils", "JSON", "LibGit2", "Pkg", "Printf", "ProgressMeter", "Random", "Statistics", "Test"]
git-tree-sha1 = "717f93d4cfcbd5b5dadbbb74071541c725ba6552"
repo-rev = "post-processing"
repo-url = "https://github.com/NHDaly/PkgBenchmark.jl"
uuid = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
Expand Down
3 changes: 0 additions & 3 deletions benchmark/runbench.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function /(a::BenchmarkTools.TrialEstimate, b::Int)
end

function postprocess(results::BenchmarkGroup)
global _results = deepcopy(results)
for (op, op_group) in results.data
op_results = op_group.data
for (type, type_group) in op_results
Expand All @@ -39,8 +38,6 @@ function postprocess(results::BenchmarkGroup)
end
results
end
results = deepcopy(_results)
((results)->(results["*"]["BigInt"]["bench"]=median(results["*"]["BigInt"]["bench"])/1000))(results)

bench_results = withenv("BENCH_NUM_ITERS"=>string(N)) do
benchmarkpkg("FixedPointDecimals"; postprocess=postprocess)
Expand Down

0 comments on commit 0dbf53b

Please sign in to comment.