aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/batch-runner.js
Commit message (Expand)AuthorAge
* Add a basic batch-mode SQL runner for the SAH Pool VFS, for use in comparing ...stephan2023-11-30
* Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...stephan2022-12-09
* Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...stephan2022-10-29
* Add configurable cache_size to batch-runner and speedtest1-worker. Add SQL tr...stephan2022-10-03
* batch-runner.js: force WebSQL batches to not abort for a failed statement (ne...stephan2022-09-30
* Rework the Emscripten-emitted module loader/init function such that it passes...stephan2022-09-29
* Wasm: expose sqlite3_exec() and use it to simplify the db-reset logic in batc...stephan2022-09-28
* More work on batch-runner.html/js to facilitate speed comparisons between var...stephan2022-09-28
* Correct duplicate copies of sqlite3-api.js being embedded in the wasmfs-based...stephan2022-09-28
* WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...stephan2022-09-27
* Add batch-runner-kvvfs.html, a kvvfs-specific build of batch-runner.html. Red...stephan2022-09-16
* Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...stephan2022-09-13
* Minor cleanups and documentation in the wasm pieces.stephan2022-09-11
* wasm: minor text and build cleanups.stephan2022-09-03
* batch-runner.js: add rudimentary metrics export to CSV. Add a toggle to rever...stephan2022-08-30
* batch-runner.js: re-enable unlink-before-run so that OPFS speedtest1 batch ca...stephan2022-08-30
* batch-runner.js: move generated SQL files into ./sql and start adding hand-wr...stephan2022-08-30
* Lots of tweaking in batch-runner.js. Minor internal API update in OO #1 API.stephan2022-08-29
* Add batch-runner.js for running batch SQL scripts with timing info.stephan2022-08-29