Skip to content

Commit 7e71d8f

Browse files
committed
settings is resolve but now we need to give cruxmgr some data to report
Change-Id: I22e211eebdca6bf25878cb4dd4182d9b6ca34cf8
1 parent e2da11a commit 7e71d8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/manual-perf-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function run() {
4141
console.log('Context initialized.');
4242

4343
// Pre-navigate to something so we can reload it
44-
const targetUrl = 'https://example.com';
44+
const targetUrl = 'https://web.dev';
4545
console.log(`Navigating to ${targetUrl}...`);
4646
await context.getSelectedPage().goto(targetUrl);
4747

src/tools/performance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async function stopTracingAndAppendOutput(
172172
const result = await parseRawTraceBuffer(traceEventsBuffer);
173173
response.appendResponseLine('The performance trace has been stopped.');
174174
if (traceResultIsSuccess(result)) {
175-
// await populateCruxData(result.parsedTrace);
175+
await populateCruxData(result.parsedTrace);
176176
context.storeTraceRecording(result);
177177
const traceSummaryText = getTraceSummary(result);
178178
response.appendResponseLine(traceSummaryText);

0 commit comments

Comments
 (0)