BaseBenchmarks.jl icon indicating copy to clipboard operation
BaseBenchmarks.jl copied to clipboard

add some latency benchmarks

Open KristofferC opened this issue 5 years ago • 3 comments

Fixes #251

KristofferC avatar Dec 10 '19 15:12 KristofferC

1.0 failure: https://travis-ci.org/JuliaCI/BaseBenchmarks.jl/jobs/623222151#L1450

Internal error: encountered unexpected error in runtime:
StackOverflowError()
setindex! at ./essentials.jl:440 [inlined]
process_node! at ./compiler/ssair/ir.jl:760
process_node! at ./compiler/ssair/ir.jl:790 [inlined]
iterate at ./compiler/ssair/ir.jl:882
iterate at ./compiler/ssair/ir.jl:889
iterate at ./compiler/ssair/ir.jl:889
iterate at ./compiler/ssair/ir.jl:889
iterate at ./compiler/ssair/ir.jl:889
...

Seems not great.

ararslan avatar Dec 10 '19 18:12 ararslan

Doesn't even seem to be from this PR though?

KristofferC avatar Dec 10 '19 22:12 KristofferC

Passes now lul...

Oh, it passes even with the stackoverflow :package:

Should probably check that the plot is properly produced: https://travis-ci.org/JuliaCI/BaseBenchmarks.jl/jobs/623400233#L67244-L67251.

KristofferC avatar Dec 11 '19 09:12 KristofferC