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

Trim leading/trailing spaces or stars when parsing a JMH output #4

Closed
akarnokd opened this issue Mar 6, 2015 · 1 comment
Closed
Milestone

Comments

@akarnokd
Copy link
Owner

akarnokd commented Mar 6, 2015

The following two examples fail to parse because of the leading spaces:

        Benchmark                   (crossCL)    (size)  Mode  Cnt      Score      Error  Units
        Misaligned.read_aligned         false      4096  avgt   25     8.755 ±     0.086  us/op

or because it is part of a javadoc or comment:

    /*
     * Benchmark                   (crossCL)    (size)  Mode  Cnt       Score      Error  Units
     * Misaligned.read_aligned         false      4096  avgt   25      8.755 ±     0.086  us/op
     */
@akarnokd akarnokd added this to the 1.1 milestone Mar 6, 2015
@akarnokd
Copy link
Owner Author

akarnokd commented Mar 6, 2015

Fixed in 1.0.5.

@akarnokd akarnokd closed this as completed Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant