Skip to content

Commit

Permalink
Move benchmarks to a different github repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alitto committed Apr 9, 2022
1 parent 286125e commit ccf465c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 462 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Some common scenarios include:
- Stopping a worker pool
- Task panics are handled gracefully (configurable panic handler)
- Supports Non-blocking and Blocking task submission modes (buffered / unbuffered)
- Very high performance and efficient resource usage under heavy workloads, even outperforming unbounded goroutines in some scenarios (See [benchmarks](./benchmark/README.md))
- Very high performance and efficient resource usage under heavy workloads, even outperforming unbounded goroutines in some scenarios (See [benchmarks](https://github.com/alitto/pond-benchmarks))
- Configurable pool resizing strategy, with 3 presets for common scenarios: Eager, Balanced and Lazy.
- Complete pool metrics such as number of running workers, tasks waiting in the queue [and more](#metrics--monitoring).
- **New (since v1.7.0)**: configurable parent context and graceful shutdown with deadline.
Expand Down Expand Up @@ -221,7 +221,7 @@ Full API reference is available at https://pkg.go.dev/github.com/alitto/pond

## Benchmarks

See [Benchmarks](./benchmark/README.md).
See [Benchmarks](https://github.com/alitto/pond-benchmarks).

## Resources

Expand Down
179 changes: 0 additions & 179 deletions benchmark/README.md

This file was deleted.

247 changes: 0 additions & 247 deletions benchmark/benchmark_test.go

This file was deleted.

13 changes: 0 additions & 13 deletions benchmark/go.mod

This file was deleted.

18 changes: 0 additions & 18 deletions benchmark/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion docs/benchmark-results-randf64-8cpu.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/benchmark-results-sleep10ms-4cpu.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/benchmark-results-sleep10ms-8cpu.svg

This file was deleted.

0 comments on commit ccf465c

Please sign in to comment.