watchman Benchmarks #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: watchman Benchmarks | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 * * *" | |
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: watchman | |
command: | | |
go test ./... -bench Benchmark -benchmem > output.txt |