fix(ivy): update largetable benchmark to use ngFor (#26604)
PR Close #26604
This commit is contained in:

committed by
Alex Rickabaugh

parent
a9f2952882
commit
1006eab482
@ -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({
|
||||
|
Reference in New Issue
Block a user