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 2019/11/11 22:58:15 UTC

[incubator-datasketches-characterization] branch ZetaTesting updated: Update HllMergeSpeedJob.conf

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

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


The following commit(s) were added to refs/heads/ZetaTesting by this push:
     new 2e1f205  Update HllMergeSpeedJob.conf
2e1f205 is described below

commit 2e1f205ce6e981ba19bcca24398672938b7a7d95
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Nov 11 14:58:04 2019 -0800

    Update HllMergeSpeedJob.conf
---
 src/main/resources/hll/HllMergeSpeedJob.conf | 42 ++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/src/main/resources/hll/HllMergeSpeedJob.conf b/src/main/resources/hll/HllMergeSpeedJob.conf
new file mode 100644
index 0000000..7f173c2
--- /dev/null
+++ b/src/main/resources/hll/HllMergeSpeedJob.conf
@@ -0,0 +1,42 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# Job
+
+# Date-Time Profile
+TimeZone=PST
+TimeZoneOffset=-28800000 # offset in millisec
+FileNameDateFormat=yyyyMMdd'_'HHmmssz
+ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
+
+#X-axis LgK Profile
+MinLgK=10
+MaxLgK=21
+
+# Trials Profile
+MinLgT=6 #Min Log Trails
+MaxLgT=6 #Max Log Trials
+
+#Job Profile
+JobProfile=org.apache.datasketches.characterization.hll.HllMergeSpeedProfile
+SerDe=false
+LgDeltaU=1
+HLL_tgtHllType=HLL8
+HLL_direct=false #only for Theta, HLL. See javadocs.
+HLL_useComposite=false #HllAccuracyProfie
+HLL_compact=false #HllSerDeProfile
+HLL_wrap=true #HllSerDeProfile
\ No newline at end of file


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