llvm/libc/benchmarks/configuration_big.json
Siva Chandra Reddy 438f7fc068 [libc][benchmarks] Link the memory benchmark exes to functions from LLVM libc.
Summary:
To get the target order correct, the benchmarks directory has been moved
one level higher. Previously, it was living in the utils directory. The
utils directory is a collection of utils which are to be used by the
tests and implementations. However, benchmarks *use* the
implementations. So, moving it out of utils helps us setup proper
target level dependencies.

Reviewers: gchatelet

Differential Revision: https://reviews.llvm.org/D81910
2020-06-17 11:42:26 -07:00

25 lines
468 B
JSON

{
"Options":{
"MinDuration":0.001,
"MaxDuration":1,
"InitialIterations":100,
"MaxIterations":10000000,
"MinSamples":1,
"MaxSamples":1,
"Epsilon":0.01,
"ScalingFactor":1.4
},
"Configuration":{
"Runs":5,
"BufferSize":134217728,
"Size":{
"From":0,
"To":33554432,
"Step":1048576
},
"AddressAlignment":1,
"MemsetValue":0,
"MemcmpMismatchAt":0
}
}