Unverified Commit f7811ea5 authored by Yuqian Li's avatar Yuqian Li Committed by GitHub

e2e perf tests don't have CPU/GPU/memory metrics (#70439)

Address comment in https://github.com/flutter/flutter/pull/66386/files#r522671103
parent 8de63d11
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment