fix(ivy): update largetable benchmark to use ngFor (#26604)

PR Close #26604
This commit is contained in:
Kara Erickson
2018-10-19 15:52:27 -07:00
committed by Alex Rickabaugh
parent a9f2952882
commit 1006eab482
8 changed files with 52 additions and 92 deletions

View File

@ -40,6 +40,7 @@ export function runBenchmark(config: {
if (config.setup) {
config.setup();
}
if (!cmdArgs) readCommandLine();
const description: {[key: string]: any} = {'bundles': cmdArgs.bundles};
config.params.forEach((param) => { description[param.name] = param.value; });
return runner.sample({