# # 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. # # # Default set of properties. # You can override any value by creating a generator.properties file # generator.rnd.seed=12 generator.outputdir=./target/generated-sources/beangraph generator.pkg.base=org.apache.bval.bench.generated generator.pkg.beans=org.apache.bval.bench.generated.beans generator.pkg.groups=org.apache.bval.bench.generated.groups generator.numbeans=200 generator.numbasebeans=10 generator.numgroups=5 generator.basicfields.min=4 generator.basicfields.max=7 generator.reffields.min=1 generator.reffields.max=3 generator.level1.fillrate=0.80 generator.level2.fillrate=0.40 generator.level3.fillrate=0.20 generator.beanswithgroups=0.30 generator.validvalues=0.80 generator.inheritanceratio=0.30 tester.repetitions=10 tester.numthreads=4