repositories
/
poolifier.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
Merge branch 'master' of github.com:jerome-benoit/poolifier
[poolifier.git]
/
benchmarks
/
2023-04-03
Jérôme Benoit
build: switch benchmarks to pnpm
tree
|
commitdiff
2023-04-02
Jérôme Benoit
feat: add less busy worker choice strategy to internal...
tree
|
commitdiff
2023-04-02
Jérôme Benoit
docs: highlight breaking changes
tree
|
commitdiff
2023-04-02
Jérôme Benoit
feat: add less busy worker choice strategy
tree
|
commitdiff
2023-04-02
Jérôme Benoit
refactor: rename a worker choice strategy
tree
|
commitdiff
2023-03-23
Jérôme Benoit
build: switch to pnpm
tree
|
commitdiff
2022-12-24
Jérôme Benoit
Fixlet to tasks distribution tests
tree
|
commitdiff
2022-12-12
Jérôme Benoit
Remove debug code in bench.sh
tree
|
commitdiff
2022-12-12
Jérôme Benoit
Add more CLI options to benchmarks vs. other pools:
tree
|
commitdiff
2022-12-07
Jérôme Benoit
bench.sh: ensure default values are set
tree
|
commitdiff
2022-12-05
Jérôme Benoit
Apply dependencies update
tree
|
commitdiff
2022-10-24
Jérôme Benoit
Fix benchmarks random integer generator input check
tree
|
commitdiff
2022-10-24
Jérôme Benoit
Fix random integer generator
tree
|
commitdiff
2022-10-24
Jérôme Benoit
Fix random integer generator
tree
|
commitdiff
2022-10-24
Jérôme Benoit
Fix poolifier benchmarks exit
tree
|
commitdiff
2022-10-24
Jérôme Benoit
Switch internal benchmarking code to benny.
tree
|
commitdiff
2022-10-21
Jérôme Benoit
Optimize tasks usage lookup implementation.
tree
|
commitdiff
2022-10-20
Jérôme Benoit
Move tasks scheduling implementation benchmark into...
tree
|
commitdiff
2022-10-20
Jérôme Benoit
Benchmarks: fix workload function
tree
|
commitdiff
2022-10-20
Jérôme Benoit
Benchmarks: properly parse env variables
tree
|
commitdiff
2022-10-20
Jérôme Benoit
Switch eslint-plugin-node to supported eslint-plugin-n
tree
|
commitdiff
2022-10-17
Jérôme Benoit
Factor out benchmarks helpers
tree
|
commitdiff
2022-10-17
Jérôme Benoit
Benchmarks: remove debug code
tree
|
commitdiff
2022-10-17
Jérôme Benoit
Improve benchmarks: add IO intensive task workload...
tree
|
commitdiff
2022-10-17
Jérôme Benoit
Remove hyperfine debug option
tree
|
commitdiff
2022-10-17
Jérôme Benoit
Initial worker-nodes integration in benchmarks.
tree
|
commitdiff
2022-10-16
Jérôme Benoit
benchmarks/README.md: add folder links
tree
|
commitdiff
2022-10-16
Jérôme Benoit
Run benchmarks versus latest external pool libraries
tree
|
commitdiff
2022-10-15
Jérôme Benoit
Cleanups
tree
|
commitdiff
2022-10-14
Jérôme Benoit
Default random integer generation to maximun safe value
tree
|
commitdiff
2022-10-13
Jérôme Benoit
Tests: be more strict on number expectation
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Enchance benchmarking code
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Add WRR worker choice strategy to benchmark
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Add eslint report to sonar
tree
|
commitdiff
2022-10-09
Jérôme Benoit
Add fair sharing worker choice strategy
tree
|
commitdiff
2022-10-08
Jérôme Benoit
Add dynamic worker choice strategy change at runtime
tree
|
commitdiff
2022-10-07
Jérôme Benoit
Report some code cleanups from work in progress PR
tree
|
commitdiff
2021-12-30
Jérôme Benoit
Migrate the code to node.js LTS version 16.x.x (#492)
tree
|
commitdiff
2021-09-18
Jérôme Benoit
Check random integer generator imputs
tree
|
commitdiff
2021-09-17
Jérôme Benoit
Fix random integer gemerator
tree
|
commitdiff
2021-05-10
Jérôme Benoit
Consolidate benchmarks documentation (#350)
tree
|
commitdiff
2021-05-10
Jérôme Benoit
Update threads pool libraries to benchmark to latest...
tree
|
commitdiff
2021-03-22
Jérôme Benoit
Avoid to on-by-one in worker function. (#285)
tree
|
commitdiff
2021-03-19
Jérôme Benoit
Add worker-threads-pool to external pools benchmarks...
tree
|
commitdiff
2021-03-12
Jérôme Benoit
Add threadwork, microjob to external pools benchmark...
tree
|
commitdiff
2021-03-09
Jérôme Benoit
Add workerpool to external pools benchmark (#263)
tree
|
commitdiff
2021-03-07
Jérôme Benoit
Fix strategy handling in pool options (#259)
tree
|
commitdiff
2021-03-07
Jérôme Benoit
Benchmarks and tests code cleanups. (#257)
tree
|
commitdiff
2021-03-06
Jérôme Benoit
Pool busy event emitting on all pool types (#241)
tree
|
commitdiff
2021-03-06
Jérôme Benoit
Add benchmark for quick select algorithm evaluation...
tree
|
commitdiff
2021-03-01
aardizio
bench versions update
tree
|
commitdiff
2021-02-27
aardizio
Rename FullPool event to busy, update benchmarks
tree
|
commitdiff
2021-02-24
Jérôme Benoit
Untangle pool abstract class from worker strategy selec...
tree
|
commitdiff
2021-02-23
Alessandro Pio Ardizio
Threadjs benchmarks (#230)
tree
|
commitdiff
2021-02-23
Jérôme Benoit
Cleanups on bechmarking and strategies code: (#227)
tree
|
commitdiff
2021-02-23
Alessandro Pio Ardizio
Removed max tasks (#225)
tree
|
commitdiff
2021-02-22
Jérôme Benoit
Check that a pool have a minimum number of workers...
tree
|
commitdiff
2021-02-22
aardizio
New bench execution and sleep between a test and another
tree
|
commitdiff
2021-02-22
aardizio
Doc enhancement
tree
|
commitdiff
2021-02-22
aardizio
Additional details on benchmarks
tree
|
commitdiff
2021-02-22
aardizio
Improvement on benchmarks
tree
|
commitdiff
2021-02-22
aardizio
Bump to beta 7 version
v2.0.0-beta.7
tree
|
commitdiff
2021-02-22
Alessandro Pio Ardizio
Benchmarks and performance enhancements (#209)
tree
|
commitdiff
2021-02-17
Alessandro Pio Ardizio
Tests enhancement (#172)
tree
|
commitdiff
2021-02-16
Shinigami92
Merge branch 'master' into add-worker-test
tree
|
commitdiff
2021-02-16
Alessandro Pio Ardizio
Merge branch 'master' into issue-70
tree
|
commitdiff
2021-02-16
Alessandro Pio Ardizio
Merge pull request #164 from pioardi/benchmark
tree
|
commitdiff
2021-02-15
Jérôme Benoit
Fix benchmarks run: use synchronous call.
tree
|
commitdiff
2021-02-14
Jérôme Benoit
Benchmark: Ensure choice algos does not init with off...
tree
|
commitdiff
2021-02-14
Shinigami
Revert choose worker implementation (#148)
tree
|
commitdiff
2021-02-13
Jérôme Benoit
Benchmark: remove unneeded then at promise handling...
tree
|
commitdiff
2021-02-11
Shinigami
Provide a cluster worker pool (#92)
tree
|
commitdiff
2021-02-10
Jérôme Benoit
Add benchmark script (#104)
tree
|
commitdiff
2021-02-09
Shinigami
Use prettierx and eslint native (#85)
tree
|
commitdiff
2021-01-16
Alessandro Pio Ardizio
Merge pull request #69 from pioardi/feature/prettier
tree
|
commitdiff
2021-01-14
aardizio
Added prettier standard to support prettier and use...
tree
|
commitdiff
2020-01-24
aardizio
Improvements based on https://github.com/pioardi/poolif...
tree
|
commitdiff
2020-01-24
aardizio
Adding a changelog file , removing other library dev...
v1.0.0
tree
|
commitdiff
2020-01-23
Alessandro Pio Ardizio
Merge pull request #1 from pioardi/dependabot/npm_and_y...
tree
|
commitdiff
2020-01-22
pioardi
Error handling and unit tests
tree
|
commitdiff
2020-01-21
aardizio
Merge branch 'master' of https://github.com/pioardi...
tree
|
commitdiff
2020-01-21
aardizio
Some benchmarking improvements
tree
|
commitdiff
2020-01-21
aardizio
Removing bench on id generation , we are using a counte...
tree
|
commitdiff
2020-01-21
aardizio
New benchmarking without any library to better understa...
tree
|
commitdiff
2020-01-21
pioardi
Benchmarking
tree
|
commitdiff