Skip to content

Commit

Permalink
ci(compliance): reduce query parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Apr 18, 2024
1 parent 33eb5c6 commit 22201a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
go run github.com/go-faster/oteldb/cmd/logql-compliance-tester \
-end 1m -range 1m \
-config-file logql-test-queries.yml -config-file test-oteldb.yml \
-output-format json -output-file result.oteldb.json
-output-format json -output-file result.oteldb.json \
-query-parallelism 2
-target 82.97 || true
- name: Upload artifact
Expand Down

0 comments on commit 22201a1

Please sign in to comment.