jzillmann / jmh-visualizer

Visually explore your JMH Benchmarks
https://jmh.morethan.io
GNU Affero General Public License v3.0
297 stars 23 forks source link

Allow usage of gists #5

Closed BrainStone closed 6 years ago

BrainStone commented 7 years ago

It would be an insanely cool feature, if this tool could also work with gists. Like when the URL is https://gist,github.com/xyz/abc then http://jmh.morethan.io/xyz/abc or http://jmh.morethan.io/gist/xyz/abc will use the JSON in that gist.

This would be useful for sharing results and automatically creating graphs.

jzillmann commented 7 years ago

Interesting idea! Think i will give it a try...

jzillmann commented 6 years ago

Hey @BrainStone , just implemented loading from gists and urls:

HTH and thanks for the idea, think this is also helpful for use in issue trackers & co!

BrainStone commented 6 years ago

Thank you!