-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into lemusthelroy/ct-1160-point-build-system-to-n…
…ew-endpoint
- Loading branch information
Showing
839 changed files
with
116,911 additions
and
2,311 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
paths-ignore: | ||
- packages/zip-it-and-ship-it/benchmarks/fixtures | ||
- packages/zip-it-and-ship-it/tests/fixtures |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Benchmark ZISI | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
paths: | ||
- 'packages/zip-it-and-ship-it/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
benchmark: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '*' | ||
cache: 'npm' | ||
check-latest: true | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Run benchmarks | ||
run: npm run benchmark | ||
working-directory: packages/zip-it-and-ship-it | ||
|
||
- name: Run Delta | ||
uses: netlify/delta-action@v4 | ||
with: | ||
title: '⏱ Benchmark results' | ||
token: ${{ secrets.GITHUB_TOKEN }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
{ | ||
"packages/build-info": "7.13.2", | ||
"packages/build": "29.41.5", | ||
"packages/build": "29.41.6", | ||
"packages/edge-bundler": "12.0.1", | ||
"packages/cache-utils": "5.1.5", | ||
"packages/config": "20.12.5", | ||
"packages/framework-info": "9.8.12", | ||
"packages/functions-utils": "5.2.56", | ||
"packages/functions-utils": "5.2.57", | ||
"packages/git-utils": "5.1.1", | ||
"packages/headers-parser": "7.1.4", | ||
"packages/js-client": "13.1.16", | ||
"packages/nock-udp": "3.1.2", | ||
"packages/redirect-parser": "14.3.0", | ||
"packages/run-utils": "5.1.1", | ||
"packages/opentelemetry-sdk-setup": "1.1.2", | ||
"packages/opentelemetry-utils": "1.2.1" | ||
"packages/opentelemetry-utils": "1.2.1", | ||
"packages/zip-it-and-ship-it": "9.33.0" | ||
} |
Oops, something went wrong.