diff --git a/.github/workflows/jmeter-benchmarking.yaml b/.github/workflows/jmeter-benchmarking.yaml index 7d4da5cb60..82fc06a5ff 100644 --- a/.github/workflows/jmeter-benchmarking.yaml +++ b/.github/workflows/jmeter-benchmarking.yaml @@ -21,12 +21,12 @@ jobs: - name: Run benchmark run: cd examples/benchmarkjs && npm install && node bench.js | tee output.txt - # - name: Store benchmark result - # uses: benchmark-action/github-action-benchmark@v1 - # with: - # tool: 'benchmarkjs' - # output-file-path: examples/benchmarkjs/output.txt - # github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Store benchmark result + uses: benchmark-action/github-action-benchmark@v1 + with: + tool: 'benchmarkjs' + output-file-path: examples/benchmarkjs/output.txt + github-token: ${{ secrets.GITHUB_TOKEN }} # - name: Store benchmark result