This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 3ff8977bf65 [SPARK-45320][SQL][TESTS] Update benchmark result for
`InMemoryColumnarBenchmark`
3ff8977bf65 is described below
commit 3ff8977bf6584699fb4e7c24912a3a2e8405fca0
Author: yangjie01 <[email protected]>
AuthorDate: Mon Sep 25 09:17:41 2023 -0700
[SPARK-45320][SQL][TESTS] Update benchmark result for
`InMemoryColumnarBenchmark`
### What changes were proposed in this pull request?
This pr aims update `InMemoryColumnarBenchmark` benchmark result for Java
17 and add benchmark result for Java 21
### Why are the changes needed?
Track the performance of Java 17/21 through micro-benchmark testing.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43105 from LuciferYang/SPARK-45320.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
...rk-results.txt => InMemoryColumnarBenchmark-jdk21-results.txt} | 8 ++++----
sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt
b/sql/core/benchmarks/InMemoryColumnarBenchmark-jdk21-results.txt
similarity index 57%
copy from sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt
copy to sql/core/benchmarks/InMemoryColumnarBenchmark-jdk21-results.txt
index fee34039a3d..f757ce2d707 100644
--- a/sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt
+++ b/sql/core/benchmarks/InMemoryColumnarBenchmark-jdk21-results.txt
@@ -2,11 +2,11 @@
Int In-memory with 1000000 rows
================================================================================================
-OpenJDK 64-Bit Server VM 1.8.0_362-b09 on Linux 5.15.0-1031-azure
-Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
+OpenJDK 64-Bit Server VM 21+35 on Linux 5.15.0-1046-azure
+Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Int In-Memory scan: Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
--------------------------------------------------------------------------------------------------------------------------
-columnar deserialization + columnar-to-row 216 235
27 4.6 215.9 1.0X
-row-based deserialization 179 182
3 5.6 178.8 1.2X
+columnar deserialization + columnar-to-row 336 413
67 3.0 336.2 1.0X
+row-based deserialization 215 285
61 4.7 214.7 1.6X
diff --git a/sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt
b/sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt
index fee34039a3d..e2da2eed94e 100644
--- a/sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt
+++ b/sql/core/benchmarks/InMemoryColumnarBenchmark-results.txt
@@ -2,11 +2,11 @@
Int In-memory with 1000000 rows
================================================================================================
-OpenJDK 64-Bit Server VM 1.8.0_362-b09 on Linux 5.15.0-1031-azure
+OpenJDK 64-Bit Server VM 17.0.8+7-LTS on Linux 5.15.0-1046-azure
Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Int In-Memory scan: Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
--------------------------------------------------------------------------------------------------------------------------
-columnar deserialization + columnar-to-row 216 235
27 4.6 215.9 1.0X
-row-based deserialization 179 182
3 5.6 178.8 1.2X
+columnar deserialization + columnar-to-row 274 437
146 3.7 273.8 1.0X
+row-based deserialization 263 308
39 3.8 263.2 1.0X
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]