mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
e2e perf tests don't have CPU/GPU/memory metrics (#70439)
Address comment in https://github.com/flutter/flutter/pull/66386/files#r522671103
This commit is contained in:
parent
8de63d11b8
commit
f7811ea541
@ -548,8 +548,8 @@ class PerfTest {
|
||||
const PerfTest.e2e(
|
||||
this.testDirectory,
|
||||
this.testTarget, {
|
||||
this.measureCpuGpu = true,
|
||||
this.measureMemory = true,
|
||||
this.measureCpuGpu = false,
|
||||
this.measureMemory = false,
|
||||
this.testDriver = 'test_driver/e2e_test.dart',
|
||||
this.needsFullTimeline = false,
|
||||
this.benchmarkScoreKeys = _kCommonScoreKeys,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user