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

Allow generating graphs from benchmarks #103

Open
ktoso opened this issue Jan 25, 2017 · 2 comments
Open

Allow generating graphs from benchmarks #103

ktoso opened this issue Jan 25, 2017 · 2 comments

Comments

@ktoso
Copy link
Member

ktoso commented Jan 25, 2017

Ass seen in scala/scala in scala/collection-strawman@848e8b6 by @julienrf

@julienrf
Copy link

As explained in the collection-strawman discussion, I’m afraid that the charts are too specific to our benchmarks. I’m not sure how we could generalize them. Examples of decisions that are specific to our project:

  • by convention, benchmarks for different collection implementations (e.g. List vs Array) but exercising the same feature (e.g. adding an element) must have the same name ;
  • benchmarks must all be parameterized by a size parameter ;
  • the x axis uses a log scale.

@ktoso
Copy link
Member Author

ktoso commented Jan 25, 2017

Sounds perfectly doable via 2 or 3 params in config :-)
I'd love to have this available for everyone, esp since that's exactly the style of benchmark that is often out there - how perf changes when n changes.

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