🚀 benchmark

This commit is contained in:
platane
2020-07-21 18:15:41 +02:00
parent 1898ec16e4
commit e637604df1
13 changed files with 182 additions and 61 deletions

View File

@@ -20,6 +20,19 @@ jobs:
- run: yarn test --ci
- run: yarn build:action
test-benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1.4.2
with:
node-version: 14
- uses: bahmutov/npm-install@v1.4.1
- run: ( cd packages/compute ; yarn benchmark )
test-action:
runs-on: ubuntu-latest