| # 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=11 #Min Log Trails |
| MaxLgT=11 #Max Log Trials |
| |
| #Job Profile |
| JobProfile=org.apache.datasketches.characterization.hll.HllMergeSpeedProfile |
| SerDe=false |
| LgDeltaU=2 |
| HLL_tgtHllType=HLL8 |
| HLL_direct=false #only for Theta, HLL. See javadocs. |
| HLL_useComposite=false #HllAccuracyProfie |
| HLL_compact=false #HllSerDeProfile |
| HLL_wrap=true #HllSerDeProfile |
| |
| # Recommended VM arguments: -Xmx4g -Xms4g -Djava.rmi.server.hostname=localhost -XX:+UseCountedLoopSafepoints |