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: devchat-ai/gopool Loading
base: v0.6.0
Choose a base ref
...
head repository: devchat-ai/gopool Loading
compare: v0.6.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 17, 2023

  1. Update benchmark data

    daniel-hutao committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e8427dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from devchat-ai/test

    Update benchmark data
    daniel-hutao committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0cb46b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update gopool.png

    Signed-off-by: Daniel Hu <[email protected]>
    daniel-hutao committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0af6042 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Update dynamic worker adjustment logic and documentation

    - Corrected the logic for adjusting the number of workers in the pool. Now, when the task queue is empty and the number of workers is more than the minimum, the number of workers is halved until it reaches the minimum.
    - Updated the README to reflect the changes in the worker adjustment logic. The documentation now correctly describes the conditions under which the number of workers is increased or decreased.
    - Removed the unused 'max' function from the code.
    daniel-hutao committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4653dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c44d1 View commit details
    Browse the repository at this point in the history
Loading