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/07/08 22:46:46 UTC

[incubator-datasketches-characterization] branch master updated: update job configs

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 d84317c  update job configs
d84317c is described below

commit d84317cb0efde6096aba1dbaf02a6c47de30b4c7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jul 8 15:46:21 2020 -0700

    update job configs
---
 src/main/resources/theta/ThetaAccuracyJob.conf | 6 +++---
 src/main/resources/theta/ThetaSpeedJob.conf    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/theta/ThetaAccuracyJob.conf b/src/main/resources/theta/ThetaAccuracyJob.conf
index 500fa5a..ead6d09 100644
--- a/src/main/resources/theta/ThetaAccuracyJob.conf
+++ b/src/main/resources/theta/ThetaAccuracyJob.conf
@@ -19,15 +19,15 @@
 
 #Uniques Profile
 Trials_lgMinU=0  #The starting # of uniques that is printed at the end.
-Trials_lgMaxU=16 #How high the # uniques go
+Trials_lgMaxU=20 #How high the # uniques go
 Trials_UPPO=16   #The horizontal x-resolution of trials points
 
 # Trials Profile
 Trials_lgMinT=8  #prints intermediate results starting w/ this lgMinT
-Trials_lgMaxT=20  #The max trials
+Trials_lgMaxT=18  #The max trials
 Trials_TPPO=1     #how often intermediate results are printed
 
-Trials_lgQK=13   #size of quantiles sketch
+Trials_lgQK=12   #size of quantiles sketch
 Trials_interData=true
 Trials_postPMFs=false
 Trials_bytes=false
diff --git a/src/main/resources/theta/ThetaSpeedJob.conf b/src/main/resources/theta/ThetaSpeedJob.conf
index 8884d59..f76657a 100644
--- a/src/main/resources/theta/ThetaSpeedJob.conf
+++ b/src/main/resources/theta/ThetaSpeedJob.conf
@@ -39,7 +39,7 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
 #Job Profile
 JobProfile=org.apache.datasketches.characterization.theta.ThetaUpdateSpeedProfile
 LgK=12
-THETA_lgRF=3     #set the log resize factor: 0 (RF = X1), 1 (RF = X2), 2 (RF = X4), 3 (RF = X8)
+THETA_lgRF=0     #set the log resize factor: 0 (RF = X1), 1 (RF = X2), 2 (RF = X4), 3 (RF = X8)
 THETA_famName=QUICKSELECT # QUICKSELECT or ALPHA
 THETA_p=1.0
 THETA_offheap=false


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