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: uber-go/automaxprocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.3
Choose a base ref
...
head repository: uber-go/automaxprocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 6, 2023

  1. Use Go 1.21 (#82)

    tchung1118 authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c9adbb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Add option to round up CPU quota (#79)

    * add option to round up CPU quota
    
    * add Rounding type to control rounding opt
    
    * add tests for ceil and floor rounding opts
    
    * set config.roundQuota init value to Floor
    
    * update CPUQuotaToGOMAXPROCS to pass a round function as arg
    
    * add test for rounding quota with a nil round function
    
    Signed-off-by: Walther Lee <walthere.lee@gmail.com>
    
    ---------
    
    Signed-off-by: Walther Lee <walthere.lee@gmail.com>
    wallee94 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8553d3b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Remove glide.yaml (#89)

    We've longed moved away to go.mod and install using glide is no longer
    supported. Remove glide.yaml file to clean up unused files.
    sywhang authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    144f5c1 View commit details
    Browse the repository at this point in the history
  2. Release v1.6.0 (#90)

    * Release v1.6.0
    
    This releases v1.6.0.
    
    * update version
    sywhang authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1ea14c3 View commit details
    Browse the repository at this point in the history
Loading