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

add some explicit precompile statements for Pkg.status. #4114

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

KristofferC
Copy link
Member

For some reason, these don't seem to "take" on our precompile workload.

Before:

julia> @time @eval Pkg.status()
0.470141 seconds (2.28 M allocations: 151.859 MiB, 2.91% gc time, 59.31% compilation time: 11% of which was recompilation)

After

julia> @time @eval Pkg.status()
  0.220179 seconds (1.69 M allocations: 122.680 MiB, 6.14% gc time, 25.84% compilation time: 74% of which was recompilation)

…ason, these don't seem to "take" on our precompile workload.

Before:

```
julia> @time @eval Pkg.status()
0.470141 seconds (2.28 M allocations: 151.859 MiB, 2.91% gc time, 59.31% compilation time: 11% of which was recompilation)
```

After

```
julia> @time @eval Pkg.status()
  0.220179 seconds (1.69 M allocations: 122.680 MiB, 6.14% gc time, 25.84% compilation time: 74% of which was recompilation)
```
@KristofferC KristofferC merged commit 47ad7e3 into master Dec 16, 2024
7 checks passed
@KristofferC KristofferC deleted the kc/latency_status branch December 16, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant