Skip to content

Commit

Permalink
Update benchmarks results
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Dec 20, 2019
1 parent a5088bd commit f0cc83c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sql/core/benchmarks/CSVBenchmark-jdk11-results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@ parse dates from Dataset[String] 45871 46000 1
from_csv(timestamp) 56975 57035 53 0.2 5697.5 0.0X
from_csv(date) 43711 43795 74 0.2 4371.1 0.1X

OpenJDK 64-Bit Server VM 11.0.5+10 on Mac OS X 10.15.2
Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
Filters pushdown: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
w/o filters 11889 11945 52 0.0 118893.1 1.0X
pushdown disabled 11790 11860 115 0.0 117902.3 1.0X
w/ filters 1240 1278 33 0.1 12400.8 9.6X


8 changes: 8 additions & 0 deletions sql/core/benchmarks/CSVBenchmark-results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@ parse dates from Dataset[String] 52259 52960 6
from_csv(timestamp) 63013 63306 291 0.2 6301.3 0.1X
from_csv(date) 49840 52352 NaN 0.2 4984.0 0.1X

Java HotSpot(TM) 64-Bit Server VM 1.8.0_231-b11 on Mac OS X 10.15.2
Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
Filters pushdown: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative
------------------------------------------------------------------------------------------------------------------------
w/o filters 12557 12634 78 0.0 125572.9 1.0X
pushdown disabled 12449 12509 65 0.0 124486.4 1.0X
w/ filters 1372 1393 18 0.1 13724.8 9.1X


0 comments on commit f0cc83c

Please sign in to comment.