Skip to content

Update thiserror requirement from 1 to 2 #1

Update thiserror requirement from 1 to 2

Update thiserror requirement from 1 to 2 #1

Workflow file for this run

on: [pull_request]
name: benchmark pull requests
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: boa-dev/[email protected]
with:
# Optional. Disables the default features of a crate
defaultFeatures: false
# Optional. Features activated in the benchmark
features: "unstable"
# Needed. The name of the branch to compare with. This default uses the branch which is being pulled against
branchName: ${{ github.base_ref }}