watchman Benchmarks #128
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 12 * * *" | |
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 | |
setup: | | |
sudo apt-get install -y libgl1-mesa-dev and xorg-dev | |
command: | | |
go test ./... -short -bench BenchmarkSearchHandler -benchmem > output.txt | |
go test ./... -short -bench BenchmarkJaroWinkler -benchmem >> output.txt |