You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR benchmarks displays a comparison table with master that is very noisy, especially when no performance change is introduced:
Some ideas:
Fix the floating point numbers to max 2 digits of precision (with no random e-14 scientific notation introducing misalignment... but at the same time, we still need to be able to display tiny metrics!)
The PR benchmarks displays a comparison table with
master
that is very noisy, especially when no performance change is introduced:Some ideas:
e-14
scientific notation introducing misalignment... but at the same time, we still need to be able to display tiny metrics!)text-align: "." center
mentioned in https://alistapart.com/article/web-typography-tables/ can be useful)0.0001%
hides the actually useful data.(reported by @Leonidas-from-XIV from this example PR https://autumn.ocamllabs.io/ocaml-community/yojson/pull/152?worker=autumn&image=ocaml%2Fopam%3Adebian-11-ocaml-4.13 )
The text was updated successfully, but these errors were encountered: