On Thu, 7 Dec 2023 22:06:14 GMT, Vladimir Yaroslavskiy <d...@openjdk.org> wrote:

>> <html xmlns:v="urn:schemas-microsoft-com:vml"
>> xmlns:o="urn:schemas-microsoft-com:office:office"
>> xmlns:x="urn:schemas-microsoft-com:office:excel"
>> xmlns="http://www.w3.org/TR/REC-html40";>
>> 
>> <head>
>> 
>> <meta name=ProgId content=Excel.Sheet>
>> <meta name=Generator content="Microsoft Excel 15">
>> <link id=Main-File rel=Main-File
>> href="file:///C:/Users/sparasa/AppData/Local/Temp/msohtmlclip1/01/clip.htm">
>> <link rel=File-List
>> href="file:///C:/Users/sparasa/AppData/Local/Temp/msohtmlclip1/01/clip_filelist.xml">
>> 
>> 
>> 
>> </head>
>> 
>> <body link="#0563C1" vlink="#954F72">
>> 
>> 
>> Benchmark   (us/op) | Builder | (size) | Stock JDK     (+ AVX512 sort) | 
>> DPQS_r01     (+ AVX512 sort) | Speedup
>> -- | -- | -- | -- | -- | --
>> ArraysSort.Int.testSort | RANDOM | 600 | 2.256 | 1.713 | 1.32
>> ArraysSort.Int.testSort | RANDOM | 9000 | 41.457 | 38.316 | 1.08
>> ArraysSort.Int.testSort | RANDOM | 20000 | 98.448 | 86.376 | 1.14
>> ArraysSort.Int.testSort | RANDOM | 400000 | 2820.939 | 2792.333 | 1.01
>> ArraysSort.Int.testSort | RANDOM | 3000000 | 23426.411 | 23711.885 | 0.99
>> ArraysSort.Int.testSort | REPEATED | 600 | 1.032 | 0.859 | 1.20
>> ArraysSort.Int.testSort | REPEATED | 9000 | 5.114 | 5.014 | 1.02
>> ArraysSort.Int.testSort | REPEATED | 20000 | 10.3 | 9.532 | 1.08
>> ArraysSort.Int.testSort | REPEATED | 400000 | 210.742 | 235.281 | 0.90
>> ArraysSort.Int.testSort | REPEATED | 3000000 | 1948.589 | 1955.258 | 1.00
>> ArraysSort.Int.testSort | STAGGER | 600 | 2.125 | 2.157 | 0.99
>> ArraysSort.Int.testSort | STAGGER | 9000 | 29.86 | 29.931 | 1.00
>> ArraysSort.Int.testSort | STAGGER | 20000 | 67.096 | 66.543 | 1.01
>> ArraysSort.Int.testSort | STAGGER | 400000 | 1247.53 | 1224.999 | 1.02
>> ArraysSort.Int.testSort | STAGGER | 3000000 | 9435.404 | 9495.189 | 0.99
>> ArraysSort.Int.testSort | SHUFFLE | 600 | 2.701 | 1.64 | 1.65
>> ArraysSort.Int.testSort | SHUFFLE | 9000 | 38.976 | 34.201 | 1.14
>> ArraysSort.Int.testSort | SHUFFLE | 20000 | 96.399 | 79.616 | 1.21
>> ArraysSort.Int.testSort | SHUFFLE | 400000 | 2566.338 | 2436.271 | 1.05
>> ArraysSort.Int.testSort | SHUFFLE | 3000000 | 20835.935 | 20071.12 | 1.04
>> 
>> 
>> 
>> </body>
>> 
>> </html>
>
> Hello Vamsi (@vamsi-parasa),
> 
> Did you have a chance to run benchmarking?

Hi Vladimir (@iaroslavski),

Please see the data below.

Thanks,
Vamsi

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40";>

<head>

<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 15">
<link id=Main-File rel=Main-File
href="file:///C:/Users/sparasa/AppData/Local/Temp/msohtmlclip1/01/clip.htm">
<link rel=File-List
href="file:///C:/Users/sparasa/AppData/Local/Temp/msohtmlclip1/01/clip_filelist.xml">



</head>

<body link="#0563C1" vlink="#954F72">


Benchmark (us/op) | (builder) | (size) | Stock JDK | r_02 | r_03 | r_04 | r_05 
| r_06 | r_07 | r_08 | r_98 | r_99
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
ArraysSort.Int.testSort | RANDOM | 600 | 2.256 | 1.634 | 1.651 | 1.659 | 1.671 
| 1.646 | 1.611 | 1.661 | 1.642 | 1.671
ArraysSort.Int.testSort | RANDOM | 9000 | 41.457 | 37.697 | 38.075 | 37.927 | 
39.693 | 38.989 | 37.86 | 38.163 | 39.222 | 38.835
ArraysSort.Int.testSort | RANDOM | 20000 | 98.448 | 91.494 | 89.683 | 87.971 | 
90.231 | 90.141 | 90.515 | 90.415 | 89.571 | 90.308
ArraysSort.Int.testSort | RANDOM | 400000 | 2820.939 | 2816.5 | 2811.334 | 
2833.15 | 2802.958 | 2813.012 | 2815.24 | 2825.526 | 2801.497 | 2816.25
ArraysSort.Int.testSort | RANDOM | 3000000 | 23426.411 | 23661.09 | 23778.15 | 
23748.91 | 23802.62 | 23746.3 | 23778.16 | 23631.1 | 23651.78 | 23859.91
ArraysSort.Int.testSort | REPEATED | 600 | 1.032 | 0.929 | 0.955 | 0.944 | 
0.927 | 0.928 | 0.953 | 0.918 | 0.934 | 0.93
ArraysSort.Int.testSort | REPEATED | 9000 | 5.114 | 5.059 | 4.832 | 5.162 | 
4.965 | 4.973 | 5.518 | 5.003 | 5.435 | 4.971
ArraysSort.Int.testSort | REPEATED | 20000 | 10.3 | 12.238 | 12.474 | 12.482 | 
12.351 | 12.338 | 12.372 | 12.394 | 12.688 | 13.477
ArraysSort.Int.testSort | REPEATED | 400000 | 210.742 | 261.709 | 264.572 | 
263.203 | 260.822 | 260.475 | 262.03 | 260.356 | 265.976 | 264.273
ArraysSort.Int.testSort | REPEATED | 3000000 | 1948.589 | 2062.235 | 2079.128 | 
2065.445 | 2053.24 | 2076.278 | 2049.799 | 2059.1 | 2073.191 | 2075.65
ArraysSort.Int.testSort | STAGGER | 600 | 2.125 | 2.001 | 2.023 | 2.021 | 2.001 
| 2.018 | 2.011 | 2.017 | 2.005 | 2.011
ArraysSort.Int.testSort | STAGGER | 9000 | 29.86 | 26.169 | 26.093 | 25.562 | 
26.385 | 26.109 | 26.485 | 26.375 | 26.412 | 25.712
ArraysSort.Int.testSort | STAGGER | 20000 | 67.096 | 77.157 | 63.636 | 64.479 | 
58.697 | 59.728 | 58.913 | 59.482 | 58.633 | 76.904
ArraysSort.Int.testSort | STAGGER | 400000 | 1247.53 | 1271.293 | 1236.158 | 
1240.29 | 1261.469 | 1233.526 | 1153.822 | 1255.238 | 1224.071 | 1235.624
ArraysSort.Int.testSort | STAGGER | 3000000 | 9435.404 | 9612.98 | 9597.262 | 
9590.393 | 9592.343 | 9616.005 | 9591.057 | 9637.881 | 9596.932 | 9570.482
ArraysSort.Int.testSort | SHUFFLE | 600 | 2.701 | 1.678 | 1.66 | 1.676 | 1.694 
| 1.704 | 1.693 | 1.686 | 1.675 | 1.699
ArraysSort.Int.testSort | SHUFFLE | 9000 | 38.976 | 35.146 | 34.879 | 34.723 | 
35.093 | 35.904 | 35.672 | 35.124 | 34.626 | 35.553
ArraysSort.Int.testSort | SHUFFLE | 20000 | 96.399 | 81.651 | 83.113 | 81.186 | 
80.802 | 82.464 | 81.473 | 83.511 | 82.289 | 81.794
ArraysSort.Int.testSort | SHUFFLE | 400000 | 2566.338 | 2446.738 | 2424.526 | 
2433.211 | 2459.019 | 2446.518 | 2450.989 | 2447.125 | 2449.441 | 2444.414
ArraysSort.Int.testSort | SHUFFLE | 3000000 | 20835.935 | 20317.16 | 20215.73 | 
20079.75 | 20233.43 | 19997.91 | 20151.79 | 20244.29 | 20080.24 | 19993.81



</body>

</html>

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13568#issuecomment-1846413441

Reply via email to