refactor(benchmarks): rename timeBenchmark into benchmark

This commit is contained in:
Tobias Bosch
2015-01-07 11:31:18 -08:00
parent 458b2d7215
commit 82b1601a31
10 changed files with 41 additions and 41 deletions

View File

@ -6,7 +6,7 @@ var config = exports.config = {
specs: ['dist/cjs/**/*_perf.js'],
params: {
timeBenchmark: {
benchmark: {
// size of the sample to take
sampleSize: 10,
targetCoefficientOfVariation: 4,