Skip to content

Commit

Permalink
ci(bench): decrease warmup iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 14, 2024
1 parent 2ff1699 commit 32bede5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Test
working-directory: ${{ env.WORKDIR }}
run: go run github.com/go-faster/oteldb/cmd/otelbench promql bench -i testdata/node-exporter-selected.promql.yml --trace --allow-empty=false --warmup 20
run: go run github.com/go-faster/oteldb/cmd/otelbench promql bench -i testdata/node-exporter-selected.promql.yml --trace --allow-empty=false --warmup 5

- name: Analyze
working-directory: ${{ env.WORKDIR }}
Expand Down

0 comments on commit 32bede5

Please sign in to comment.