Skip to content

build(deps-dev): bump tap from 16.3.8 to 18.0.4 #1465

build(deps-dev): bump tap from 16.3.8 to 18.0.4

build(deps-dev): bump tap from 16.3.8 to 18.0.4 #1465

Workflow file for this run

name: Benchmarks
on:
- push
- pull_request
jobs:
benchmark_next:
name: benchmark next
strategy:
matrix:
node-version: [12.x, 14.x]
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
ref: ${{ github.base_ref }}
- name: Setup Node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install Modules
run: npm i
- name: Run Benchmark
run: npm run bench
- name: Run Benchmark Resource Usage
run: npm run bench:resourceUsage
benchmark_branch:
name: benchmark branch
strategy:
matrix:
node-version: [12.x, 14.x]
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install Modules
run: npm i
- name: Run Benchmark
run: npm run bench
- name: Run Benchmark Resource Usage
run: npm run bench:resourceUsage