Skip to content

ACH Benchmarks

ACH Benchmarks #6

Workflow file for this run

name: ACH Benchmarks
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
permissions:
deployments: write
contents: write
jobs:
benchmark:

Check failure on line 12 in .github/workflows/ach.yml

View workflow run for this annotation

GitHub Actions / ACH Benchmarks

Invalid workflow file

The workflow is not valid. .github/workflows/ach.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
uses: moov-io/benchmarks/.github/workflows/bench.yml@master
secrets: inherit
needs: manifest
with:
name: ach
command: |
go test . -bench BenchmarkBuildFile -benchmem > output.txt
go test . -bench Read -benchmem >> output.txt
go test . -bench Write -benchmem >> output.txt
go test . -bench AlphaField -benchmem >> output.txt
go test . -bench NumericField -benchmem >> output.txt
go test . -bench ParseNumField -benchmem >> output.txt
go test . -bench ParseStringField -benchmem >> output.txt
go test . -bench BenchmarkMergeFiles -benchmem >> output.txt
go test . -bench BenchmarkCalculateCheckDigit -benchmem >> output.txt