Skip to content

Conversation

@rpdome
Copy link
Member

@rpdome rpdome commented Nov 17, 2025

AB#3429544

Previously, the tool would only record the first occurence of each attributes.

@rpdome rpdome added the No-Changelog This Pull-Request has no associated changelog entry. label Nov 17, 2025
@github-actions
Copy link

❌ Work item link check failed. Description does not contain AB#{ID}.

Click here to Learn more.

@rpdome rpdome changed the title Make tool record multiple attribute record separately Make benchmark tool record multiple attribute record separately Nov 17, 2025
@github-actions
Copy link

✅ Work item link check complete. Description contains link AB#3429544 to an Azure Boards work item.

@github-actions github-actions bot changed the title Make benchmark tool record multiple attribute record separately Make benchmark tool record multiple attribute record separately, Fixes AB#3429544 Nov 17, 2025
@rpdome rpdome marked this pull request as ready for review November 17, 2025 17:51
@rpdome rpdome requested a review from a team as a code owner November 17, 2025 17:51
Copilot AI review requested due to automatic review settings November 17, 2025 17:51
Copilot finished reviewing on behalf of rpdome November 17, 2025 17:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request fixes a bug in the benchmark tool where only the first occurrence of duplicate status names was being recorded. The fix introduces logic to track and enumerate each occurrence separately (e.g., "status [1]", "status [2]"), enabling proper statistical analysis of repeated status events within spans.

  • Refactored the calculateStatistics method to track occurrence indices for duplicate status names
  • Added enumeration to display names when multiple occurrences of the same status are detected
  • Updated documentation to reflect the new duplicate-tracking behavior

@rpdome rpdome marked this pull request as draft November 18, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

No-Changelog This Pull-Request has no associated changelog entry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants