Mercurial > hg > CbC > CbC_llvm
annotate libc/utils/benchmarks/configuration_small.json @ 204:e348f3e5c8b2
ReadFromString worked.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 05 Jun 2021 15:35:13 +0900 |
parents | 1d019706d866 |
children |
rev | line source |
---|---|
150 | 1 { |
2 "Options":{ | |
3 "MinDuration":0.001, | |
4 "MaxDuration":1, | |
5 "InitialIterations":100, | |
6 "MaxIterations":10000000, | |
7 "MinSamples":4, | |
8 "MaxSamples":1000, | |
9 "Epsilon":0.01, | |
10 "ScalingFactor":1.4 | |
11 }, | |
12 "Configuration":{ | |
13 "Runs":10, | |
14 "BufferSize":8192, | |
15 "Size":{ | |
16 "From":0, | |
17 "To":1024, | |
18 "Step":1 | |
19 }, | |
20 "AddressAlignment":1, | |
21 "MemsetValue":0, | |
22 "MemcmpMismatchAt":0 | |
23 } | |
24 } |