tree: fd3168b3a8d394bcf942cadd64bb93a6f8bbb26d [path history] [tgz]
  1. resources/
  2. blob-build-all-then-read-parallel.html
  3. blob-build-all-then-read-serially.html
  4. blob-build-and-read-immediately.html
  5. idb-load-docs.html
  6. README.md
third_party/WebKit/PerformanceTests/OWPStorage/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 Build All Then Read Serially

This benchmark models the creation and reading of a large number of blobs. The blobs are created first, then read one at a time.

Blob Build All Then Read in Parallel

This benchmark models the creation and reading of a large number of blobs. The blobs are created first, then read all at once.

Blob Build And Read Immediately

This benchmark models the creation and reading of a large number of blobs. Each blob is read immediately after creation.