We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5c03a commit 750cc63Copy full SHA for 750cc63
.github/workflows/benchmark.yml
@@ -58,3 +58,8 @@ jobs:
58
59
- working-directory: ./benchmarks
60
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
@@ -6,7 +6,7 @@
6
"build": "ASSET_PATH='./' webpack-cli --config webpack.config.js",
7
"start": "webpack-dev-server",
8
"start-dev": "cross-env NODE_ENV=development webpack-dev-server",
9
- "benchmark": "tachometer --config tachometer.json"
+ "benchmark": "tachometer --config tachometer.json --json-file results.json"
10
},
11
"dependencies": {
12
"@emotion-11/styled": "npm:@emotion/styled@^11.6.0",
0 commit comments