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

Accept jmh files by URL #23

Closed jabrena closed 5 years ago

jabrena commented 5 years ago

Hi,

I would like to know if the UI could accept jmh files by the address.

What do you think?

Juan Antonio

jzillmann commented 5 years ago

Hey @jabrena , if i understand you correctly the UI already has support for this! You could call it e.g. with a source parameter like this:

http://jmh.morethan.io?source=https://gist.githubusercontent.com/jzillmann/7d23b2382911cc434754a23773b06598/raw/1bcad4bb64624d8a2be15114a4eee4c406c3ae95/string-concatenation_jdk7.json

There are also the sources, gist and gists parameters... See https://github.com/jzillmann/jmh-visualizer#parameter-reference and let me know if it works for you!

jabrena commented 5 years ago

Hi @jzillmann

Many thanks for the support. It is working for me :)

Cheers