Bug 97374
| Summary: | IndexedDB: Expose leveldb's CompactRange() via Internals for consistent perf testing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joshua Bell <jsbell> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | alecflett, dgrogan |
| Priority: | P2 | ||
| Version: | 523.x (Safari 3) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Joshua Bell
Alec had the idea to expose a helper function via Internals that would get IDB backing stores into a consistent state for performance tests. This could be done using leveldb's CompactRange(). We could expose this through Internals so it's only available for testing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |