Skip to content

Commit

Permalink
perf up for shar2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Oct 31, 2024
1 parent 0b89de4 commit baf753a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sql/core/benchmarks/SHABenchmark-results.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
OpenJDK 64-Bit Server VM 17.0.12+0 on Mac OS X 14.6.1
Apple M2 Max
sha2 case 1: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------------------
Sha2 w/ foldable=false, nullable=true, nested=false 3453 3491 53 0.0 421471.1 1.0X
Sha2 w/ foldable=false, nullable=false, nested=false 3451 3466 22 0.0 421219.4 1.0X
Sha2 w/ foldable=true, nullable=true, nested=false 2666 2678 16 0.0 325493.7 1.3X
Sha2 w/ foldable=true, nullable=false, nested=false 2692 2725 47 0.0 328574.4 1.3X

OpenJDK 64-Bit Server VM 17.0.12+0 on Mac OS X 14.6.1
Apple M2 Max
sha2 case 2: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative
-----------------------------------------------------------------------------------------------------------------------------------
Sha2 w/ foldable=false, nullable=false, nested=true 1067 1075 12 0.0 130244.6 1.0X
Sha2 w/ foldable=false, nullable=true, nested=true 1114 1171 81 0.0 135997.5 1.0X
Sha2 w/ foldable=true, nullable=false, nested=true 1070 1093 32 0.0 130626.4 1.0X
Sha2 w/ foldable=true, nullable=true, nested=true 56 104 38 0.1 6853.7 19.0X

0 comments on commit baf753a

Please sign in to comment.