Skip to content

cryptfs Benchmarks

cryptfs Benchmarks #97

Workflow file for this run

name: cryptfs Benchmarks
on:
workflow_dispatch:
schedule:
- cron: "0 2 * * *"
permissions:
deployments: write
contents: write
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
steps:
# "The workflow must contain at least one job with no dependencies."
- run: date
benchmark:
uses: moov-io/benchmarks/.github/workflows/bench.yml@master
secrets: inherit
with:
name: cryptfs
command: |
make setup
go test ./... -bench Benchmark -benchmem > output.txt