diff options
author | stephan <stephan@noemail.net> | 2022-09-05 13:24:08 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-05 13:24:08 +0000 |
commit | 49cb8d7314f201bcc264ab3c38c01ae48822a7a4 (patch) | |
tree | d53da46516a07f8dc0a2776e043a7eebfa206e79 /ext/wasm/batch-runner.html | |
parent | cdefd5d046db3baa83e18b82cac15c54c8e8d60a (diff) | |
download | sqlite-49cb8d7314f201bcc264ab3c38c01ae48822a7a4.tar.gz sqlite-49cb8d7314f201bcc264ab3c38c01ae48822a7a4.zip |
Minor cleanups in OO API #1. Add Sudoku SQL to batch-runner.js's list.
FossilOrigin-Name: 4488cb5798f34cbba14eb8e2aa5da8420c14a85d37d278d357406aedd5c3a9e5
Diffstat (limited to 'ext/wasm/batch-runner.html')
-rw-r--r-- | ext/wasm/batch-runner.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/wasm/batch-runner.html b/ext/wasm/batch-runner.html index 1b8d335dd..10f7e45df 100644 --- a/ext/wasm/batch-runner.html +++ b/ext/wasm/batch-runner.html @@ -25,7 +25,9 @@ <progress value="0" max="100" id="module-progress" hidden='1'></progress> </div><!-- /emscripten bits --> <p> - This page is for running extracts from the output of <tt>speedtest --script</tt>. + This page is for batch-running extracts from the output + of <tt>speedtest1 --script</tt>, as well as other standalone SQL + scripts. </p> <p id='warn-list' class='warning'>ACHTUNG: this file requires a generated input list file. Run "make batch" from this directory to generate it. |