Skip to content

add new ThresholdGate and make it the default gate #18

add new ThresholdGate and make it the default gate

add new ThresholdGate and make it the default gate #18

Workflow file for this run

name: Benchmark
on:
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
runBenchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}