/
githubmirror
/
spark
Обзор
Документация
Войти
/
githubmirror
/
spark
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sql/core/benchmarks/ExternalAppendOnlyUnsafeRowArrayBenchmark-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 17.0.20+8-LTS on Linux 6.17.0-1020-azure AMD EPYC 7763 64-Core Processor Array with 100000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ ArrayBuffer 2171 2181 15 47.2 21.2 1.0X ExternalAppendOnlyUnsafeRowArray 3673 3688 21 27.9 35.9 0.6X OpenJDK 64-Bit Server VM 17.0.20+8-LTS on Linux 6.17.0-1020-azure AMD EPYC 7763 64-Core Processor Array with 1000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ ArrayBuffer 5138 5142 6 51.0 19.6 1.0X ExternalAppendOnlyUnsafeRowArray 12600 12634 49 20.8 48.1 0.4X OpenJDK 64-Bit Server VM 17.0.20+8-LTS on Linux 6.17.0-1020-azure AMD EPYC 7763 64-Core Processor Array with 30000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ ArrayBuffer 10677 10690 19 46.0 21.7 1.0X ExternalAppendOnlyUnsafeRowArray 18686 18694 10 26.3 38.0 0.6X ================================================================================================ WITH SPILL ================================================================================================ OpenJDK 64-Bit Server VM 17.0.20+8-LTS on Linux 6.17.0-1020-azure AMD EPYC 7763 64-Core Processor Spilling with 1000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ UnsafeExternalSorter 9342 9368 37 28.1 35.6 1.0X ExternalAppendOnlyUnsafeRowArray 6760 6774 20 38.8 25.8 1.4X OpenJDK 64-Bit Server VM 17.0.20+8-LTS on Linux 6.17.0-1020-azure AMD EPYC 7763 64-Core Processor Spilling with 10000 rows: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ UnsafeExternalSorter 5 5 0 30.5 32.7 1.0X ExternalAppendOnlyUnsafeRowArray 4 4 0 37.2 26.9 1.2X