Skip to content

Add verification support #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Add verification support #44

wants to merge 1 commit into from

Conversation

dvalinrh
Copy link
Contributor

@dvalinrh dvalinrh commented May 1, 2025

Description

Adding in the ability of the test to verify that it is working properly after changes are made

Before/After Comparison

Before: Testing of changes had to be done manually.
After: Testing is now performed automatically.

This closes #43

Relates to JIRA: RPOPC-427

@dvalinrh dvalinrh requested a review from a team May 1, 2025 15:34
Copy link

github-actions bot commented May 1, 2025

This relates to RPOPC-427

@@ -0,0 +1,91 @@
Test:Avg:Unit
2to3:[0-9.]{1,}:ms|us|ns|s
async_generators:[0-9.]{1,}:ms|us|ns|s
Copy link
Member

Choose a reason for hiding this comment

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

Verification is fragile, tests change from version to version.

Improve regex (m|u|n)?s

@dvalinrh dvalinrh closed this Jun 24, 2025
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.

Add verification support
2 participants