Skip to content

[bot] Merge master/de012d6a into rel/dev#1649

Merged
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-de012d6a-to-rel/dev
Jun 5, 2026
Merged

[bot] Merge master/de012d6a into rel/dev#1649
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-de012d6a-to-rel/dev

Conversation

@yenkins-admin
Copy link
Copy Markdown
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to de012d6 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/27006655367).

--concurrency K sends up to K dataset items to the agent simultaneously,
load-testing the agent under concurrent requests. Default 1 = sequential
(existing behaviour unchanged).

When K > 1, run_items() dispatches items to ThreadPoolExecutor(max_workers=K).
Each item still runs --runs times sequentially (pass@K); parallelism is
across items, not within an item's K runs. Results are collected in input
order regardless of completion order. All progress callbacks and Langfuse
logging are invoked from worker threads (Console and per-call httpx clients
are thread-safe).

JIRA: GDAI-1832
feat(eval): add --concurrency flag for parallel item evaluation
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.18%. Comparing base (d0a608b) to head (de012d6).
⚠️ Report is 509 commits behind head on rel/dev.

Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1649   +/-   ##
========================================
  Coverage    79.18%   79.18%           
========================================
  Files          232      232           
  Lines        15791    15791           
========================================
  Hits         12504    12504           
  Misses        3287     3287           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yenkins-admin yenkins-admin merged commit 73a34c6 into rel/dev Jun 5, 2026
14 of 15 checks passed
@yenkins-admin yenkins-admin deleted the snapshot-master-de012d6a-to-rel/dev branch June 5, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants