Skip to content

watchman Benchmarks #128

watchman Benchmarks

watchman Benchmarks #128

Workflow file for this run

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