File tree Expand file tree Collapse file tree 6 files changed +30
-158
lines changed
Expand file tree Collapse file tree 6 files changed +30
-158
lines changed Original file line number Diff line number Diff line change 4848 - type : textarea
4949 attributes :
5050 label : System
51- description : Output of `bunx --yes envinfo --system`.
51+ description : Output of `npx --yes envinfo --system`.
5252 - type : textarea
5353 attributes :
5454 label : Attachments
Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ jobs:
4545 if : ${{ matrix.os == 'ubuntu-latest' && matrix.deno == 'v1.x' }}
4646 run : deno task coverage
4747
48- # - name: Check for SonarCloud Token Availability
49- # id: sonar-token
50- # shell: bash
51- # run: |
52- # if [ "${{ secrets.SONAR_TOKEN }}" != '' ]; then
53- # echo "available=true" >> $GITHUB_OUTPUT;
54- # else
55- # echo "available=false" >> $GITHUB_OUTPUT;
56- # fi
57-
58- # - name: SonarCloud Code Analysis
59- # if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-deno' && matrix.os == 'ubuntu-latest' && matrix.deno == 'v1.x' }}
60- # uses: sonarsource/sonarcloud-github-action@v2.0.2
61- # env:
62- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48+ - name : Check for SonarCloud Token Availability
49+ id : sonar-token
50+ shell : bash
51+ run : |
52+ if [ "${{ secrets.SONAR_TOKEN }}" != '' ]; then
53+ echo "available=true" >> $GITHUB_OUTPUT;
54+ else
55+ echo "available=false" >> $GITHUB_OUTPUT;
56+ fi
57+
58+ - name : SonarCloud Code Analysis
59+ if : ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-deno' && matrix.os == 'ubuntu-latest' && matrix.deno == 'v1.x' }}
60+ uses : sonarsource/sonarcloud-github-action@v2.0.2
61+ env :
62+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 2020# bun run typedoc
2121
2222# - name: Commit files
23- # if: github.repository == 'poolifier/poolifier-bun ' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
23+ # if: github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
2424# env:
2525# COMMIT_MESSAGE: 'docs: generate documentation'
2626# COMMIT_AUTHOR: Documentation Bot
3333# git commit -a -m "${{ env.COMMIT_MESSAGE }}"
3434
3535 # - name: Push changes
36- # if: github.repository == 'poolifier/poolifier-bun ' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
36+ # if: github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
3737 # uses: CasperWA/push-protected@v2
3838 # with:
3939 # token: ${{ secrets.GH_TOKEN_PROTECTED }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
99</div >
1010
11- <!-- <div align="center">
11+ <div align =" center " >
12+
13+ <!-- [](https://github.com/poolifier/poolifier/graphs/commit-activity)
14+ [](https://www.npmjs.com/package/poolifier) -->
1215
13- [](https://github.com/poolifier/poolifier/graphs/commit-activity)
14- [](https://www.npmjs.com/package/poolifier)
1516[ ![ CI Workflow] ( https://github.com/poolifier/poolifier/actions/workflows/ci.yml/badge.svg )] ( https://github.com/poolifier/poolifier/actions/workflows/ci.yml )
16- [](https://sonarcloud.io/dashboard?id=pioardi_poolifier)
17- [](https://sonarcloud.io/dashboard?id=pioardi_poolifier)
17+
18+ <!-- [](https://sonarcloud.io/dashboard?id=pioardi_poolifier)
19+ [](https://sonarcloud.io/dashboard?id=pioardi_poolifier) -->
20+
1821[ ![ Javascript Standard Style Guide] ( < https://badgen.net/static/code style/standard/green > )] ( https://standardjs.com )
1922[ ![ Discord] ( https://badgen.net/discord/online-members/vXxZhyb3b6?icon=discord&label=discord&color=green )] ( https://discord.gg/vXxZhyb3b6 )
2023[ ![ Open Collective] ( https://opencollective.com/poolifier/tiers/badge.svg )] ( https://opencollective.com/poolifier )
2124[ ![ PRs Welcome] ( https://badgen.net/static/PRs/welcome/green )] ( http://makeapullrequest.com )
22- [](<https://badgen.net/static/dependencies/no dependencies/green>)
25+ [ ![ No Dependencies] ( < https://badgen.net/static/dependencies/no dependencies/green > )] (https://badgen.net/static/dependencies/no
26+ dependencies/green)
2327
24- </div> -->
28+ </div >
2529
2630## Why Poolifier?
2731
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ export const runPoolifierPoolBenchmark = async (
8585 for (
8686 const measurement of [
8787 Measurements . runTime ,
88- Measurements . elu ,
8988 ]
9089 ) {
9190 suite . add (
You can’t perform that action at this time.
0 commit comments