blob: 7dd17752be319b66ba77de4dbaa0b54c6d86e3fd [file] [log] [blame]
<!doctype html>
<title>Blob Build All Then Read Serially</title>
<script src="../resources/runner.js"></script>
<script src="resources/shared.js"></script>
<script>
let runnerParams = { size: 2, numBlobs: 200 };
let test = {
description: 'Benchmark for creating blobs and then reading them serially.',
unit: 'ms',
iterationCount: 10,
tracingCategories: 'Blob',
traceEventsToMeasure: [
'BlobReader::ReadBytesItem', 'Registry::RegisterBlob',
'BlobRequest::ReadRawData', 'BlobRequest'
],
path: 'resources/blob-build-all-then-read-serially-runner.html',
params: runnerParams
}
PerfTestRunner.measurePageLoadTimeAfterDoneMessage(test);
</script>