Skip to content

chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #1894

chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0

chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #1894

Workflow file for this run

name: Benchmarks
on:
- push
- pull_request
jobs:
benchmark_current:
name: benchmark current
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.base_ref }}
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install dependencies
run: npm i
- name: Run Benchmark
run: npm run bench
benchmark_branch:
name: benchmark branch
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install dependencies
run: npm i
- name: Run Benchmark
run: npm run bench