CDC and yaml_bench makefile now always compile with debug
symbols. yaml_bench can now repeat the benchmark many times in a single run. yaml_gen can now disable collection keys in mappings.
This commit is contained in:
parent
13ea5f0c24
commit
915428c8ed
5 changed files with 26 additions and 15 deletions
|
@ -1,8 +1,9 @@
|
|||
root-type: seq
|
||||
documents: 2
|
||||
complex-keys: false
|
||||
min-nodes-per-document: 512
|
||||
encoding: utf-32
|
||||
collection-keys: false
|
||||
min-nodes-per-document: 65536
|
||||
encoding: utf-8
|
||||
indent: 4
|
||||
text-width: 40
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue