Skip to content

Commit

Permalink
Write to text files?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Mar 10, 2020
1 parent cd37bf0 commit cde0067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 12
- run: npm i
- run: npm run bench
- run: npm run bench | tee ${{ github.base_ref }}.txt

benchmark_branch:
name: benchmark branch
Expand All @@ -26,4 +26,4 @@ jobs:
with:
node-version: 12
- run: npm i
- run: npm run bench
- run: npm run bench | tee ${{ github.ref }}.txt

0 comments on commit cde0067

Please sign in to comment.