You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/27 05:47:28 UTC

[incubator-datasketches-characterization] branch master updated: Update HLL, Theta conf files

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-characterization.git


The following commit(s) were added to refs/heads/master by this push:
     new 1576369  Update HLL, Theta conf files
1576369 is described below

commit 15763697fd9ea0e818234a87bea604f9b62913bf
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Jan 26 21:47:16 2020 -0800

    Update HLL, Theta conf files
---
 .../datasketches/characterization/theta/ThetaSerDeProfile.java |  1 +
 src/main/resources/hll/HllUnionUpdateSpeedJob.conf             |  2 +-
 src/main/resources/theta/ThetaSerDeJob.conf                    | 10 +++++-----
 src/main/resources/theta/ThetaUnionUpdateSpeedJob.conf         |  4 ++--
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/characterization/theta/ThetaSerDeProfile.java b/src/main/java/org/apache/datasketches/characterization/theta/ThetaSerDeProfile.java
index 1b06e3b..1f9f056 100644
--- a/src/main/java/org/apache/datasketches/characterization/theta/ThetaSerDeProfile.java
+++ b/src/main/java/org/apache/datasketches/characterization/theta/ThetaSerDeProfile.java
@@ -80,6 +80,7 @@ public class ThetaSerDeProfile extends BaseSerDeProfile {
 
     stats.serializeTime_nS = startDeSerTime_nS - startSerTime_nS;
     stats.deserializeTime_nS = endDeTime_nS - startDeSerTime_nS;
+    stats.size_bytes = byteArr.length;
   }
 
 }
diff --git a/src/main/resources/hll/HllUnionUpdateSpeedJob.conf b/src/main/resources/hll/HllUnionUpdateSpeedJob.conf
index 650ac33..a79ebca 100644
--- a/src/main/resources/hll/HllUnionUpdateSpeedJob.conf
+++ b/src/main/resources/hll/HllUnionUpdateSpeedJob.conf
@@ -41,4 +41,4 @@ JobProfile=org.apache.datasketches.characterization.hll.HllUnionUpdateSpeedProfi
 LgK=12
 NumSketches=32
 TgtHllType=HLL_4
-Direct=true
+Direct=false
diff --git a/src/main/resources/theta/ThetaSerDeJob.conf b/src/main/resources/theta/ThetaSerDeJob.conf
index fada400..d5cec06 100644
--- a/src/main/resources/theta/ThetaSerDeJob.conf
+++ b/src/main/resources/theta/ThetaSerDeJob.conf
@@ -19,16 +19,16 @@
 
 #Uniques Profile
 Trials_lgMinU=0  #The starting # of uniques that is printed at the end.
-Trials_lgMaxU=13 #How high the # uniques go
+Trials_lgMaxU=20 #How high the # uniques go
 Trials_UPPO=2    #The horizontal x-resolution of trial points, Points Per Octave
 
 # Trials Profile
-Trials_lgMaxT=10  #Max trials at start (low counts)
-Trials_lgMinT=10  #Min trials at tail (high counts) 
+Trials_lgMaxT=16  #Max trials at start (low counts)
+Trials_lgMinT=7  #Min trials at tail (high counts) 
 
 #Trails Speed related
 Trials_lgMinBpU=0   #start the downward slope of trials at this LgU
-Trials_lgMaxBpU=13  #stop the downward slope of trials at this LgU
+Trials_lgMaxBpU=20  #stop the downward slope of trials at this LgU
 
 # Date-Time Profile
 TimeZone=PST
@@ -40,7 +40,7 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
 JobProfile=org.apache.datasketches.characterization.theta.ThetaSerDeProfile
 LgK=12
 THETA_lgRF=0     #set the log resize factor to 0 (RF = 1)
-THETA_famName=ALPHA #QUICKSELECT Cannot use ALPHA until 0.10.4
+THETA_famName=QUICKSELECT #QUICKSELECT. Cannot use ALPHA until 0.10.4
 THETA_p=1.0
 THETA_direct=false
 THETA_rebuild=false
diff --git a/src/main/resources/theta/ThetaUnionUpdateSpeedJob.conf b/src/main/resources/theta/ThetaUnionUpdateSpeedJob.conf
index de06edc..110e9bb 100644
--- a/src/main/resources/theta/ThetaUnionUpdateSpeedJob.conf
+++ b/src/main/resources/theta/ThetaUnionUpdateSpeedJob.conf
@@ -19,7 +19,7 @@
 
 #Uniques Profile
 Trials_lgMinU=0  #The starting # of uniques that is printed at the end.
-Trials_lgMaxU=26 #How high the # uniques go
+Trials_lgMaxU=24 #How high the # uniques go
 Trials_UPPO=16   #The horizontal x-resolution of trials points
 
 # Trials Profile
@@ -28,7 +28,7 @@ Trials_lgMinT=6  #Min trials at tail (high counts)
 
 #Trails Speed related
 Trials_lgMinBpU=0   #start the downward slope of trials at this LgU
-Trials_lgMaxBpU=26  #stop the downward slope of trials at this LgU
+Trials_lgMaxBpU=24  #stop the downward slope of trials at this LgU
 
 # Date-Time Profile
 TimeZone=PST


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org