-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add chalk v5 and yoctocolors to benchmarks (#88)
* apply prettier conditionally * add chalk v5 and yoctocolors to benchmarks * node v6 build compat * fine, save
- Loading branch information
1 parent
5b01210
commit 6f0a463
Showing
11 changed files
with
200 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,13 @@ jobs: | |
run: node tests/environments.js | ||
- name: Install esbuild | ||
run: npm install esbuild | ||
- name: Install missing libs | ||
run: npm install chalk5@"npm:[email protected]" | ||
- name: Simple API calls | ||
run: node benchmarks/simple.mjs | ||
run: node benchmarks/simple.mjs --expose-gc | ||
- name: Complex formatting expression | ||
run: node benchmarks/complex.mjs | ||
run: node benchmarks/complex.mjs --expose-gc | ||
- name: Library module's init time | ||
run: node benchmarks/loading.mjs | ||
run: node benchmarks/loading.mjs --expose-gc | ||
- name: Total loaded code size | ||
run: node benchmarks/size.mjs |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.