blob: 5b8cfeb85e2a4e7b2eb79cb21b796b553ea2e758 [file] [log] [blame]
<!doctype html>
<title>Blob Perf (IPC)</title>
<script src="../resources/runner.js"></script>
<script src="resources/shared.js"></script>
<script>
let runnerParams = { size: 2, numBlobs: 20 };
let test = {
description:
'Benchmark for creating blobs using IPC transport then reading both synchronously and in parallel.',
unit: 'ms',
iterationCount: 50,
tracingCategories: 'Blob',
traceEventsToMeasure: [
'BlobReader::ReadBytesItem', 'Registry::RegisterBlob'
],
path: 'resources/blob-perf-runner.html',
params: runnerParams
}
PerfTestRunner.measurePageLoadTimeAfterDoneMessage(test);
</script>