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