dongjoon-hyun commented on code in PR #56156: URL: https://github.com/apache/spark/pull/56156#discussion_r3319359011
########## sql/core/benchmarks/WritableColumnVectorBulkFillBenchmark-jdk21-results.txt: ########## @@ -2,298 +2,298 @@ WritableColumnVector bulk fill ================================================================================================ -OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1013-azure -AMD EPYC 9V74 80-Core Processor +OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1015-azure +AMD EPYC 7763 64-Core Processor putBooleans (boolean) count=1: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ OnHeap 0 0 0 412.2 2.4 1.0X -OffHeap 0 0 0 394.9 2.5 1.0X +OffHeap 0 0 0 377.2 2.7 0.9X -OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1013-azure -AMD EPYC 9V74 80-Core Processor +OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1015-azure +AMD EPYC 7763 64-Core Processor putBooleans (boolean) count=8: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ -OnHeap 0 0 0 1520.7 0.7 1.0X -OffHeap 0 0 0 1632.8 0.6 1.1X +OnHeap 0 0 0 1431.9 0.7 1.0X +OffHeap 0 0 0 1222.1 0.8 0.9X -OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1013-azure -AMD EPYC 9V74 80-Core Processor +OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1015-azure +AMD EPYC 7763 64-Core Processor putBooleans (boolean) count=64: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ -OnHeap 0 0 0 2586.6 0.4 1.0X -OffHeap 0 0 0 2550.2 0.4 1.0X +OnHeap 0 0 0 2803.9 0.4 1.0X +OffHeap 0 0 0 1514.9 0.7 0.5X Review Comment: The relative ratio seems to be change. Does this mean `OffHeap` become 2x slower? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
