jzillmann / jmh-visualizer

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

The order of two input gists is not as specified via URL #35

Closed plevart closed 2 years ago

plevart commented 2 years ago

When requesting the comparison of two json gists such as this: https://jmh.morethan.io/?gists=902f4b43519c4f96c7abcd14cdc2d27d,ac490481e3001c710d75d6071c10b23a ...then order of comparison displayed is non-deterministic. Sometimes it honors the order in the URL sometimes it is reversed. If I reload the page it usually gets ordered as specified with URL but not always. This happens on Mozilla Firefox 92.0 on Linux. It would be nice if order specified via URL would be honored always.

jzillmann commented 2 years ago

Should be stable now, thanks for reporting!