Skip to content

Commit a7375d0

Browse files
authored
Merge pull request #240 from JuliaCI/kc/sort
remove sorting of Trial
2 parents 777421b + 88eee5c commit a7375d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function _run(b::Benchmark, p::Parameters; verbose = false, pad = "", kwargs...)
104104
push!(trial, b.samplefunc(params)[1:end-1]...)
105105
iters += 1
106106
end
107-
return sort!(trial), return_val
107+
return trial, return_val
108108
end
109109

110110

0 commit comments

Comments
 (0)