-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: JuliaCI/BenchmarkTools.jl
base: v1.4.0
head repository: JuliaCI/BenchmarkTools.jl
compare: v1.5.0
- 9 commits
- 7 files changed
- 4 contributors
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42155f7 - Browse repository at this point
Copy the full SHA 42155f7View commit details
Commits on Jan 4, 2024
-
Only run GC 3 times instead of 4 to scrub (#350)
* Only run GC 3 times instead of 4 to scrub Per slack, 'Diogo changed it so it only needs 3 to promote everything to old generation now'. * Still run gc 4 times on older Julia versions * Format
Configuration menu - View commit details
-
Copy full SHA for 3742326 - Browse repository at this point
Copy the full SHA 3742326View commit details
Commits on Jan 17, 2024
-
Allow loading saved benchmark results from version <= 1.3.2 (#351)
* Allow loading saved files without evals_set parameter * Fix parsing * Fix scoping in test * Fix typo * Fix bug * Fix typo * Format
Configuration menu - View commit details
-
Copy full SHA for 8dcac4d - Browse repository at this point
Copy the full SHA 8dcac4dView commit details
Commits on Feb 27, 2024
-
warm up at the beginning of every measurement (#330)
* warm up at the beginning of every measurement. * use JuliaFormatter(Benchmarktools; overwrite=true, style=BlueStyle()) * deprecate warmup instead of remove * JuliaFormatter * ensure that only one eval is used for the warmup, test deprecations * format * export warmup * with formatting * hmm * add a boolean to run kwargs * cool * warmup in the case evals are unspecified. * clean up regex to optionally match gensymed defs from Julia 1.0 * oops, rusty regex
Configuration menu - View commit details
-
Copy full SHA for d564ee7 - Browse repository at this point
Copy the full SHA d564ee7View commit details -
Bump actions/cache from 3 to 4 (#352)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5a7494 - Browse repository at this point
Copy the full SHA f5a7494View commit details -
Deserialize Inf correctly in some cases (#354)
* Deserialize Inf correctly in some cases Probably would be better to write Inf, -Inf, NaNs etc as strings so they can always be deserialized correctly. * Update Test name * Support Julia 1.0
Configuration menu - View commit details
-
Copy full SHA for 030c568 - Browse repository at this point
Copy the full SHA 030c568View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84cb47 - Browse repository at this point
Copy the full SHA c84cb47View commit details -
* Add 1.10 to CI and remove commented part * Allow nightly failure * Fix * Try stuff * Why not * So * And this * No underscore * Put in matrix * Quotes * Like the tuto * Ho * Test * Hey * Lists again * Include * Revert experimental
Configuration menu - View commit details
-
Copy full SHA for 952d58c - Browse repository at this point
Copy the full SHA 952d58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdb5dc - Browse repository at this point
Copy the full SHA 9fdb5dcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.5.0