Skip to content

Commit 750cc63

Browse files
committed
Try reporter
1 parent 4d5c03a commit 750cc63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ jobs:
5858

5959
- working-directory: ./benchmarks
6060
run: xvfb-run --auto-servernum yarn benchmark
61+
62+
- name: Report Tachometer Result
63+
uses: andrewiggins/tachometer-reporter-action@v2
64+
with:
65+
path: ./benchmarks/results.json

benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "ASSET_PATH='./' webpack-cli --config webpack.config.js",
77
"start": "webpack-dev-server",
88
"start-dev": "cross-env NODE_ENV=development webpack-dev-server",
9-
"benchmark": "tachometer --config tachometer.json"
9+
"benchmark": "tachometer --config tachometer.json --json-file results.json"
1010
},
1111
"dependencies": {
1212
"@emotion-11/styled": "npm:@emotion/styled@^11.6.0",

0 commit comments

Comments
 (0)