Skip to content

Commit

Permalink
🤖 Bump the Statistics stdlib from 74897fe to 5256d57 (#42826)
Browse files Browse the repository at this point in the history
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
DilumAluthgeBot and DilumAluthge committed Oct 28, 2021
1 parent c74814e commit 404e584
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b43a9ed3c1f081f9510dffd6697c825
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
15b2ed0b269605b1dab150fccc8e202829278bc4920293b711c611627cd4a61767373895acd1d45a0b37557e8c0cd123673d75944cd08216cffa81dc5186c0fc

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion stdlib/Statistics.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
STATISTICS_BRANCH = master
STATISTICS_SHA1 = 74897fed33700dba92578aa0fefef5b99ba16086
STATISTICS_SHA1 = 5256d570d0a554780ed80949c79116f47eac6382
STATISTICS_GIT_URL := git://github.com/JuliaLang/Statistics.jl.git
STATISTICS_TAR_URL = https://api.github.com/repos/JuliaLang/Statistics.jl/tarball/$1

6 comments on commit 404e584

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@vtjnash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here.

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.

@vtjnash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While somewhat more noisy than usual, looks like something recently harmed a few benchmarks. For example:

["array", "comprehension", ("collect", "Vector{Float64}")]
["array", "index", ("sumelt", "BaseBenchmarks.ArrayBenchmarks.ArrayLS{Int32, 2}")]
["union", "array", ("broadcast", "abs", "Bool", 0)]

@aviatesk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For those who come in here: Jameson reduced the performance regression seems to stem from 1510eaa (xref: 1510eaa#commitcomment-58898808)

Please sign in to comment.