benchmarks-js.git
17 months agoBump eslint from 8.28.0 to 8.29.0
dependabot[bot] [Fri, 2 Dec 2022 23:05:00 +0000 (23:05 +0000)] 
Bump eslint from 8.28.0 to 8.29.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.29.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
18 months agoEnsure busy wait does not end before promise fullfiling
Jérôme Benoit [Mon, 28 Nov 2022 22:17:15 +0000 (23:17 +0100)] 
Ensure busy wait does not end before promise fullfiling

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 months agoApply dependencies update
Jérôme Benoit [Fri, 25 Nov 2022 21:34:42 +0000 (22:34 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 months agoUse prettier caching feature
Jérôme Benoit [Thu, 24 Nov 2022 21:06:22 +0000 (22:06 +0100)] 
Use prettier caching feature

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 months agoApply dependencies update
Jérôme Benoit [Thu, 24 Nov 2022 18:58:29 +0000 (19:58 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 months agoApply dependencies update
Jérôme Benoit [Sun, 20 Nov 2022 10:35:51 +0000 (11:35 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 months agoApply dependencies update
Jérôme Benoit [Wed, 16 Nov 2022 19:54:03 +0000 (20:54 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 months agoApply dependencies update
Jérôme Benoit [Wed, 9 Nov 2022 19:05:29 +0000 (20:05 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoApply dependencies update
Jérôme Benoit [Tue, 1 Nov 2022 00:09:34 +0000 (01:09 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoUse similar type check for is-empty-object benchmark
Jérôme Benoit [Thu, 27 Oct 2022 19:52:32 +0000 (21:52 +0200)] 
Use similar type check for is-empty-object benchmark

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd is undefined benchmark
Jérôme Benoit [Wed, 26 Oct 2022 21:28:27 +0000 (23:28 +0200)] 
Add is undefined benchmark

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix empty object implementation
Jérôme Benoit [Tue, 25 Oct 2022 22:22:27 +0000 (00:22 +0200)] 
Fix empty object implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix an empty object detection implementation
Jérôme Benoit [Tue, 25 Oct 2022 21:49:54 +0000 (23:49 +0200)] 
Fix an empty object detection implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoApply dependencies update
Jérôme Benoit [Tue, 25 Oct 2022 19:44:23 +0000 (21:44 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoTests cleanups
Jérôme Benoit [Tue, 25 Oct 2022 15:57:13 +0000 (17:57 +0200)] 
Tests cleanups

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd empty object helper implementations benchmark
Jérôme Benoit [Tue, 25 Oct 2022 10:02:20 +0000 (12:02 +0200)] 
Add empty object helper implementations benchmark

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRemove now unused helper
Jérôme Benoit [Mon, 24 Oct 2022 20:44:46 +0000 (22:44 +0200)] 
Remove now unused helper

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoSync package-lock.json
Jérôme Benoit [Mon, 24 Oct 2022 20:23:07 +0000 (22:23 +0200)] 
Sync package-lock.json

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoDo not benchmark deprecated uuid generator
Jérôme Benoit [Mon, 24 Oct 2022 20:22:22 +0000 (22:22 +0200)] 
Do not benchmark deprecated uuid generator

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoSwitch all benchmarks to benny
Jérôme Benoit [Mon, 24 Oct 2022 19:49:10 +0000 (21:49 +0200)] 
Switch all benchmarks to benny

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd UUID v4 generators benchmark
Jérôme Benoit [Mon, 24 Oct 2022 16:19:46 +0000 (18:19 +0200)] 
Add UUID v4 generators benchmark

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoConvert more benchmark to benny
Jérôme Benoit [Mon, 24 Oct 2022 16:10:13 +0000 (18:10 +0200)] 
Convert more benchmark to benny

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoMove random generator inputs check at the right place
Jérôme Benoit [Mon, 24 Oct 2022 13:40:53 +0000 (15:40 +0200)] 
Move random generator inputs check at the right place

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoMore linter silencing
Jérôme Benoit [Mon, 24 Oct 2022 12:32:34 +0000 (14:32 +0200)] 
More linter silencing

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoCleanups
Jérôme Benoit [Mon, 24 Oct 2022 12:28:22 +0000 (14:28 +0200)] 
Cleanups

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoCreate README.md
Jérôme Benoit [Mon, 24 Oct 2022 12:27:49 +0000 (14:27 +0200)] 
Create README.md

19 months agoSilence linter
Jérôme Benoit [Mon, 24 Oct 2022 12:20:22 +0000 (14:20 +0200)] 
Silence linter

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoImprove random number array generation
Jérôme Benoit [Mon, 24 Oct 2022 12:18:08 +0000 (14:18 +0200)] 
Improve random number array generation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix random integer generator
Jérôme Benoit [Mon, 24 Oct 2022 12:00:25 +0000 (14:00 +0200)] 
Fix random integer generator

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoSwitch more benchmarks to benny
Jérôme Benoit [Mon, 24 Oct 2022 11:09:32 +0000 (13:09 +0200)] 
Switch more benchmarks to benny

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoImprove benny reports
Jérôme Benoit [Mon, 24 Oct 2022 09:36:44 +0000 (11:36 +0200)] 
Improve benny reports

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoUse benny in random integer generator benchmark
Jérôme Benoit [Sun, 23 Oct 2022 21:20:10 +0000 (23:20 +0200)] 
Use benny in random integer generator benchmark

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoImprove random integer array generation
Jérôme Benoit [Sun, 23 Oct 2022 21:08:04 +0000 (23:08 +0200)] 
Improve random integer array generation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoUse benny in some benchmarks
Jérôme Benoit [Sun, 23 Oct 2022 20:51:16 +0000 (22:51 +0200)] 
Use benny in some benchmarks

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoApply dependencies update
Jérôme Benoit [Sun, 23 Oct 2022 08:32:02 +0000 (10:32 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRefine lint-staged configuration
Jérôme Benoit [Sun, 23 Oct 2022 08:17:31 +0000 (10:17 +0200)] 
Refine lint-staged configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoSwitch to official standard JS formatting tools
Jérôme Benoit [Sat, 22 Oct 2022 20:18:58 +0000 (22:18 +0200)] 
Switch to official standard JS formatting tools

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd vscode configuration
Jérôme Benoit [Sat, 22 Oct 2022 08:53:11 +0000 (10:53 +0200)] 
Add vscode configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd empty array benchmark
Jérôme Benoit [Sat, 22 Oct 2022 08:38:59 +0000 (10:38 +0200)] 
Add empty array benchmark

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoApply security update
Jérôme Benoit [Fri, 21 Oct 2022 08:23:16 +0000 (10:23 +0200)] 
Apply security update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRefine eslint configuration
Jérôme Benoit [Thu, 20 Oct 2022 21:41:25 +0000 (23:41 +0200)] 
Refine eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix .editorconfig configuration
Jérôme Benoit [Thu, 20 Oct 2022 14:10:14 +0000 (16:10 +0200)] 
Fix .editorconfig configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd dependabot configuration
Jérôme Benoit [Thu, 20 Oct 2022 14:02:59 +0000 (16:02 +0200)] 
Add dependabot configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoApply dependencies update
Jérôme Benoit [Thu, 20 Oct 2022 13:53:59 +0000 (15:53 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
21 months agoMerge pull request #1 from jerome-benoit/dependabot/npm_and_yarn/nanoid-3.2.0
Jérôme Benoit [Wed, 31 Aug 2022 22:06:15 +0000 (00:06 +0200)] 
Merge pull request #1 from jerome-benoit/dependabot/npm_and_yarn/nanoid-3.2.0

2 years agoBump nanoid from 3.1.25 to 3.2.0
dependabot[bot] [Sat, 22 Jan 2022 04:35:45 +0000 (04:35 +0000)] 
Bump nanoid from 3.1.25 to 3.2.0

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoApply dependencies update
Jérôme Benoit [Sun, 3 Oct 2021 11:08:32 +0000 (13:08 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoReuse secureRandom
Jérôme Benoit [Tue, 21 Sep 2021 12:44:34 +0000 (14:44 +0200)] 
Reuse secureRandom

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd benchmark for random integer generation code
Jérôme Benoit [Tue, 21 Sep 2021 12:20:39 +0000 (14:20 +0200)] 
Add benchmark for random integer generation code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update
Jérôme Benoit [Tue, 21 Sep 2021 12:05:22 +0000 (14:05 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix random integer generator
Jérôme Benoit [Tue, 21 Sep 2021 11:53:02 +0000 (13:53 +0200)] 
Fix random integer generator

And apply dependecies update

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoKeep the dummy busy wait timeout implementation as a reference.
Jérôme Benoit [Tue, 8 Jun 2021 18:28:35 +0000 (20:28 +0200)] 
Keep the dummy busy wait timeout implementation as a reference.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoBusy wait with a sleep inside.
Jérôme Benoit [Tue, 8 Jun 2021 11:18:10 +0000 (13:18 +0200)] 
Busy wait with a sleep inside.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agobusy-wait.js: rename a method argument
Jérôme Benoit [Mon, 7 Jun 2021 18:18:06 +0000 (20:18 +0200)] 
busy-wait.js: rename a method argument

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd more benchmarks
Jérôme Benoit [Sun, 6 Jun 2021 20:03:18 +0000 (22:03 +0200)] 
Add more benchmarks

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRefine a bit eslint configuration
Jérôme Benoit [Sun, 6 Jun 2021 18:51:56 +0000 (20:51 +0200)] 
Refine a bit eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd development tools configuration
Jérôme Benoit [Sun, 6 Jun 2021 18:12:41 +0000 (20:12 +0200)] 
Add development tools configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoInitial benckmark commit
Jérôme Benoit [Sun, 6 Jun 2021 18:11:45 +0000 (20:11 +0200)] 
Initial benckmark commit

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>