Use light weight docker image. #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Performance Test - CI | |
on: | |
push: | |
branches: ["main"] | |
jobs: | |
performance-CI: | |
name: Performance Test - CI | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup environment | |
run: ./setup.sh | |
- name: Build | |
run: | | |
npm ci | |
npm run build | |
- name: Run benchmark | |
run: npm run start |