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

Clearer test result #6

Open
frederikhors opened this issue Apr 13, 2020 · 4 comments
Open

Clearer test result #6

frederikhors opened this issue Apr 13, 2020 · 4 comments

Comments

@frederikhors
Copy link

Is there a way (maybe graphic) to make the result clearer and more evident?

Thanks for your amazing work.

@jackc
Copy link
Owner

jackc commented Apr 16, 2020

I'm using the standard Go benchmarking tools. It be great if there was an automated way to make the output more clear, but personally I don't know of any.

Visualization could be done manually, but that could take an extensive amount of time.

@frederikhors
Copy link
Author

Ok, but maybe we can:

  • add a new blank line after each group
  • change the name using more clearly the different tool at the end (e.g.: ...-PGX, ...-PG)
  • always use the same order

@frederikhors
Copy link
Author

@jackc
Copy link
Owner

jackc commented Apr 18, 2020

add a new blank line after each group

I'm not actually sure how to do this with testing package -- at least without putting print statements in the tests ☹️

change the name using more clearly the different tool at the end (e.g.: ...-PGX, ...-PG)

It's consistently at the front now. I find that easier to scan than at the end.

As far as I can tell benchviz uses benchcmp which compares multiple runs of the same benchmarks, not benchmarks within the same run.

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

No branches or pull requests

2 participants