tree: b76615ea10e4d4ef25fd6a9ee239439f6c403c0c [path history] [tgz]
  1. resources/
  2. blob-perf-files.html
  3. blob-perf-ipc.html
  4. blob-perf-shm.html
  5. blob-perf-tiny.html
  6. idb-load-docs.html
  7. README.md
third_party/blink/perf_tests/owp_storage/README.md

Benchmarks for Open Web Platform Storage.

These benchmarks exercise storage apis in a real-life usage way (avoiding microbenchmarks).

IDB Docs Load

This models an offline load of a Google doc. See this document for a breakdown of the database and the transactions, along with the traces used to extract this information.

Blob Perf

This benchmark models the creation and reading of blobs. It has two parts:

  1. Create and read blobs synchronously
  2. Create and read blobs in parallel (asynchronously).

There is a variant of this test for every transportation type (shared memory, files, and ipc).