fix(perf): use correct param name in compiler benchmark
This commit is contained in:
parent
b3693e6e0f
commit
f24b9f2499
|
@ -12,7 +12,7 @@ describe('ng1.x compiler benchmark', function () {
|
||||||
buttons: ['#compileWithBindings'],
|
buttons: ['#compileWithBindings'],
|
||||||
id: 'ng1.compile.withBindings',
|
id: 'ng1.compile.withBindings',
|
||||||
params: [{
|
params: [{
|
||||||
name: 'elementCount', value: 150, scale: 'linear'
|
name: 'elements', value: 150, scale: 'linear'
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -23,7 +23,7 @@ describe('ng1.x compiler benchmark', function () {
|
||||||
buttons: ['#compileNoBindings'],
|
buttons: ['#compileNoBindings'],
|
||||||
id: 'ng1.compile.noBindings',
|
id: 'ng1.compile.noBindings',
|
||||||
params: [{
|
params: [{
|
||||||
name: 'elementCount', value: 150, scale: 'linear'
|
name: 'elements', value: 150, scale: 'linear'
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue