-
Bug
-
Resolution: Fixed
-
P4
-
24, 25, 26
-
b06
Sometimes J2DAnalyzer (the score processor for J2DBench) may emit the score of any benchmark as decimal or scientific notation. It would be preferable to be always as decimal, it's more readable and easier to parse.
For example here are two runs -
Summary:
vimg_images_nonopq_1:
Number of tests: 4
Overall average: 1.1464109683390541E7
Best spread: 1.3% variance
Worst spread: 1.76% variance
(Basis for results comparison)
Other run example:
Summary:
vimg_images_nonopq_1:
Number of tests: 4
Overall average: 12991309.9870
Best spread: 1.23% variance
Worst spread: 1.51% variance
(Basis for results comparison)
For example here are two runs -
Summary:
vimg_images_nonopq_1:
Number of tests: 4
Overall average: 1.1464109683390541E7
Best spread: 1.3% variance
Worst spread: 1.76% variance
(Basis for results comparison)
Other run example:
Summary:
vimg_images_nonopq_1:
Number of tests: 4
Overall average: 12991309.9870
Best spread: 1.23% variance
Worst spread: 1.51% variance
(Basis for results comparison)
- links to
-
Commit(master) openjdk/jdk/dcc7254a
-
Review(master) openjdk/jdk/26076