Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaCI/BenchmarkTools.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: JuliaCI/BenchmarkTools.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    42155f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. 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
    Zentrik authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    3742326 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. 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
    Zentrik authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8dcac4d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. 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
    willow-ahrens authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d564ee7 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f5a7494 View commit details
    Browse the repository at this point in the history
  3. 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
    Zentrik authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    030c568 View commit details
    Browse the repository at this point in the history
  4. Bump to 1.5.0 (#357)

    gdalle authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c84cb47 View commit details
    Browse the repository at this point in the history
  5. Add 1.10 to CI (#358)

    * 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
    gdalle authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    952d58c View commit details
    Browse the repository at this point in the history
  6. Allow nightly to fail (#359)

    * Allow nightly to fail
    
    * Simplify
    gdalle authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9fdb5dc View commit details
    Browse the repository at this point in the history
Loading