/
githubmirror
/
spark
Обзор
Документация
Войти
/
githubmirror
/
spark
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sql/core/benchmarks/ExternalAppendOnlyUnsafeRowArrayBenchmark-jdk21-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 21.0.12+8-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 2478 2488 14 41.3 24.2 1.0X ExternalAppendOnlyUnsafeRowArray 3873 3904 44 26.4 37.8 0.6X OpenJDK 64-Bit Server VM 21.0.12+8-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 5588 5640 73 46.9 21.3 1.0X ExternalAppendOnlyUnsafeRowArray 12321 12374 75 21.3 47.0 0.5X OpenJDK 64-Bit Server VM 21.0.12+8-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 10599 10610 16 46.4 21.6 1.0X ExternalAppendOnlyUnsafeRowArray 17901 17933 45 27.5 36.4 0.6X ================================================================================================ WITH SPILL ================================================================================================ OpenJDK 64-Bit Server VM 21.0.12+8-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 8968 8976 11 29.2 34.2 1.0X ExternalAppendOnlyUnsafeRowArray 6665 6666 1 39.3 25.4 1.3X OpenJDK 64-Bit Server VM 21.0.12+8-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 31.5 31.7 1.0X ExternalAppendOnlyUnsafeRowArray 4 4 0 37.8 26.4 1.2X