Open rsanheim opened 2 years ago
Okay I was wrong. The regex expects leading whitespace in the real reporting number, the one in parents. In these results, I guess cuz they are so large, there is no leading whitespace, just (800.234)
or whatever.
I've been hitting an issue where the benchmark label
derailed requests
has no whitespace before the following decimal, so stats_for_file fails:I believe the below line in the log breaks this regex:
We have this vendor'ed in our project, so once I confirm a fix I can probably get a PR up posted to fix this. Just wanted to raise the issue in case others have hit it and I'm missing some other factor here.