-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This PR is to test nanosoldier running sorting benchmarks #47795
Conversation
@nanosoldier |
Your job failed. |
@nanosoldier |
Your benchmark job has completed - successfully executed benchmarks. A full report can be found here. |
I can't reproduce this locally (jl_18BzHl) pkg> add https://github.com/JuliaCI/BaseBenchmarks.jl
Cloning git-repo `https://github.com/JuliaCI/BaseBenchmarks.jl`
[...]
11 dependencies successfully precompiled in 28 seconds
julia> using BaseBenchmarks
julia> BaseBenchmarks.load!("sort");
julia> run(BaseBenchmarks.SUITE)
1-element BenchmarkTools.BenchmarkGroup:
tags: []
"sort" => 4-element BenchmarkTools.BenchmarkGroup:
tags: []
"insertionsort" => 32-element BenchmarkTools.BenchmarkGroup:
tags: []
("sort! forwards", "ones") => Trial(146.740 μs)
("sortperm reverse", "ascending") => Trial(1.222 s)
("sort forwards", "random") => Trial(1.046 s)
("sortperm! forwards", "ascending") => Trial(103.755 μs)
("sort forwards", "descending") => Trial(848.311 ms)
("sort! forwards", "random") => Trial(1.092 s)
("sortperm forwards", "random") => Trial(4.208 s)
("sortperm forwards", "ascending") => Trial(142.864 μs)
("sort reverse", "descending") => Trial(76.990 μs)
("sort! reverse", "descending") => Trial(53.025 μs)
⋮ |
Is it just |
@nanosoldier |
Your job failed. |
Yes, see #47788 (comment) |
@nanosoldier |
Your job failed. |
@nanosoldier |
Your benchmark job has completed - successfully executed benchmarks. A full report can be found here. |
No description provided.