Skip to content
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

Startup-speed regression #56072

Closed
PallHaraldsson opened this issue Oct 9, 2024 · 2 comments
Closed

Startup-speed regression #56072

PallHaraldsson opened this issue Oct 9, 2024 · 2 comments
Labels
duplicate Indicates similar issues or pull requests

Comments

@PallHaraldsson
Copy link
Contributor

$ hyperfine "julia +1.11"
Benchmark 1: julia +1.11
  Time (mean ± σ):     566.4 ms ±  33.2 ms    [User: 1378.7 ms, System: 83.1 ms]
  Range (min … max):   508.1 ms … 612.6 ms    10 runs

It's very strange since:
 
$ hyperfine "julia +1.11.0-rc4 -e ''"
Benchmark 1: julia +1.11.0-rc4 -e ''
  Time (mean ± σ):     175.6 ms ±  16.7 ms    [User: 210.7 ms, System: 66.0 ms]
  Range (min … max):   155.9 ms … 206.9 ms    14 runs

$ hyperfine "julia +1.10 -e ''"
Benchmark 1: julia +1.10 -e ''
  Time (mean ± σ):     214.0 ms ±  14.7 ms    [User: 174.0 ms, System: 121.6 ms]
  Range (min … max):   191.7 ms … 236.7 ms    12 runs

Remembering the speedup in RCs I've already asked for the Debian Benchmark Game to rerun on 1.11.0, but now regret it...

Is 1.11.1 going to be released soon, and might it already have the fix?

This might be a simple thing to debug, or bisect (I'm not good with that), or anyone has a guess why?

@KristofferC
Copy link
Sponsor Member

#56063

@KristofferC KristofferC closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2024
@nsajko nsajko added the duplicate Indicates similar issues or pull requests label Oct 9, 2024
@nsajko
Copy link
Contributor

nsajko commented Oct 9, 2024

Duplicate of #56063

(trying to get Github to recognize this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Indicates similar issues or pull requests
Projects
None yet
Development

No branches or pull requests

3 participants