-
Notifications
You must be signed in to change notification settings - Fork 19
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
Precompiling script for improving YAXArrays precompilation #271
base: master
Are you sure you want to change the base?
Conversation
precompilation of the following packages: YAXArrays.jl Zarr.jl Statisitcs.jl Dates.jl
@@ -29,6 +31,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | |||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | |||
WeightedOnlineStats = "bbac0a1f-7c9d-5672-960b-c6ca726e5d5d" | |||
YAXArrayBase = "90b8fcef-0c2d-428d-9c56-5f86629e9d14" | |||
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would add Zarr and NetCDF as direct dependencies to the package. @felixcremer we should discuss how to deal with this. Maybe we could add them as weakdeps and only do the precompilation if these packages are in the environment?
Benchmark resultJudge resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #271 +/- ##
==========================================
+ Coverage 75.21% 75.26% +0.05%
==========================================
Files 12 13 +1
Lines 1840 1868 +28
==========================================
+ Hits 1384 1406 +22
- Misses 456 462 +6
☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 5410458211
💛 - Coveralls |
precompilation of the following packages:
YAXArrays.jl
Zarr.jl
Statisitcs.jl
Dates.jl