Skip to content
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

Tensorsort-inference parsing fix. #674

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Akado2009
Copy link

Description
Today I was running a benchmark on my machine. And encountered a fancy issue with tensorsort-inference.
I got code 33, which according to the source code is:

MICROBENCHMARK_RESULT_PARSING_FAILURE = 33

I dived deep into the code and found out the following problem. The parser stumbled upon getting to the following line:

[11/28/2024-17:03:11] [I] Latency: min = 7.2793 ms, max = 10.1606 ms, mean = 7.41642 ms, median = 7.39551 ms, percentile(99%) = 8 ms

I ran it separately on the code and found out that the regular expression was not suitable for the cases like this, when you encounter an INT as a result in milliseconds.
That's why this pull request is created.
I came up with the closest possible regular expression to fix this issue and not to introduce any other bug.

Major Revision

  • 0.11.0

@Akado2009 Akado2009 requested a review from a team as a code owner November 29, 2024 12:08
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.

1 participant