Skip to content

Commit 0dbf53b

Browse files
committed
Cleanup cruft; update PkgBenchmark.jl commit
1 parent 43df956 commit 0dbf53b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

benchmark/Manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUID
5050
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
5151

5252
[[PkgBenchmark]]
53-
deps = ["BenchmarkTools", "Dates", "InteractiveUtils", "JSON", "LibGit2", "Pkg", "Printf", "ProgressMeter", "Random", "Test"]
54-
git-tree-sha1 = "d15f09c1e4a8c1075db6025fed97b8a852d5738e"
53+
deps = ["BenchmarkTools", "Dates", "InteractiveUtils", "JSON", "LibGit2", "Pkg", "Printf", "ProgressMeter", "Random", "Statistics", "Test"]
54+
git-tree-sha1 = "717f93d4cfcbd5b5dadbbb74071541c725ba6552"
5555
repo-rev = "post-processing"
5656
repo-url = "https://github.com/NHDaly/PkgBenchmark.jl"
5757
uuid = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"

benchmark/runbench.jl

-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function /(a::BenchmarkTools.TrialEstimate, b::Int)
2424
end
2525

2626
function postprocess(results::BenchmarkGroup)
27-
global _results = deepcopy(results)
2827
for (op, op_group) in results.data
2928
op_results = op_group.data
3029
for (type, type_group) in op_results
@@ -39,8 +38,6 @@ function postprocess(results::BenchmarkGroup)
3938
end
4039
results
4140
end
42-
results = deepcopy(_results)
43-
((results)->(results["*"]["BigInt"]["bench"]=median(results["*"]["BigInt"]["bench"])/1000))(results)
4441

4542
bench_results = withenv("BENCH_NUM_ITERS"=>string(N)) do
4643
benchmarkpkg("FixedPointDecimals"; postprocess=postprocess)

0 commit comments

Comments
 (0)