/
githubmirror
/
spark
Обзор
Документация
Войти
/
githubmirror
/
spark
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sql/core/benchmarks/ExternalAppendOnlyUnsafeRowArrayBenchmark-jdk25-results.txt
43 строки
3 KB
Dongjoon Hyun
[SPARK-58415][INFRA][TEST] Regenerate benchmark results
29 июл 2026, 10:51
29 июл 2026, 10:51
6b793ce
Код
Авторство
О чём код?
================================================================================================ WITHOUT SPILL ================================================================================================ OpenJDK 64-Bit Server VM 25.0.4+7-LTS on Linux 6.17.0-1020-azure AMD EPYC 9V74 80-Core Processor Array with 100000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ ArrayBuffer 2583 2596 19 39.6 25.2 1.0X ExternalAppendOnlyUnsafeRowArray 3887 3970 117 26.3 38.0 0.7X OpenJDK 64-Bit Server VM 25.0.4+7-LTS on Linux 6.17.0-1020-azure AMD EPYC 9V74 80-Core Processor Array with 1000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ ArrayBuffer 5625 5634 13 46.6 21.5 1.0X ExternalAppendOnlyUnsafeRowArray 11964 12006 60 21.9 45.6 0.5X OpenJDK 64-Bit Server VM 25.0.4+7-LTS on Linux 6.17.0-1020-azure AMD EPYC 9V74 80-Core Processor Array with 30000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ ArrayBuffer 11981 11993 18 41.0 24.4 1.0X ExternalAppendOnlyUnsafeRowArray 19518 19583 91 25.2 39.7 0.6X ================================================================================================ WITH SPILL ================================================================================================ OpenJDK 64-Bit Server VM 25.0.4+7-LTS on Linux 6.17.0-1020-azure AMD EPYC 9V74 80-Core Processor Spilling with 1000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ UnsafeExternalSorter 8729 8762 47 30.0 33.3 1.0X ExternalAppendOnlyUnsafeRowArray 6955 6955 0 37.7 26.5 1.3X OpenJDK 64-Bit Server VM 25.0.4+7-LTS on Linux 6.17.0-1020-azure AMD EPYC 9V74 80-Core Processor Spilling with 10000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ UnsafeExternalSorter 5 5 1 32.6 30.7 1.0X ExternalAppendOnlyUnsafeRowArray 4 5 0 35.9 27.9 1.1X