LuciferYang commented on pull request #35350:
URL: https://github.com/apache/spark/pull/35350#issuecomment-1027926446
The bench result generate with GA:
```
OpenJDK 64-Bit Server VM 1.8.0_322-b06 on Linux 5.11.0-1027-azure
Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Test loop and Recursion 1: Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
Use loop 0 0
0 114.4 8.7 1.0X
Use Recursion 0 0
0 127.1 7.9 1.1X
OpenJDK 64-Bit Server VM 1.8.0_322-b06 on Linux 5.11.0-1027-azure
Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Test loop and Recursion 3: Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
Use loop 0 0
0 155.8 6.4 1.0X
Use Recursion 0 0
0 77.2 13.0 0.5X
OpenJDK 64-Bit Server VM 1.8.0_322-b06 on Linux 5.11.0-1027-azure
Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Test loop and Recursion 5: Best Time(ms) Avg Time(ms)
Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
Use loop 0 0
0 129.2 7.7 1.0X
Use Recursion 0 0
0 86.4 11.6 0.7X
```
--
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]