File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -1117,8 +1117,8 @@ class WasmBenchmark extends Benchmark {
1117
1117
let Module = {
1118
1118
preRun: [],
1119
1119
postRun: [],
1120
- print: function() { } ,
1121
- printErr: function() { } ,
1120
+ print: globalObject.print ,
1121
+ printErr: globalObject.print ,
1122
1122
setStatus: function(text) {
1123
1123
},
1124
1124
totalDependencies: 0,
@@ -1822,6 +1822,19 @@ const testPlans = [
1822
1822
benchmarkClass : WasmBenchmark ,
1823
1823
testGroup : WasmGroup
1824
1824
} ,
1825
+ {
1826
+ name : "sqlite3-wasm" ,
1827
+ files : [
1828
+ "./sqlite3/polyfills.js" ,
1829
+ "./sqlite3/build/jswasm/speedtest1.js" ,
1830
+ "./sqlite3/runner.js" ,
1831
+ ] ,
1832
+ preload : {
1833
+ wasmBinary : "./sqlite3/build/jswasm/speedtest1.wasm"
1834
+ } ,
1835
+ benchmarkClass : WasmBenchmark ,
1836
+ testGroup : WasmGroup
1837
+ } ,
1825
1838
{
1826
1839
name : "tfjs-wasm" ,
1827
1840
files : [
You can’t perform that action at this time.
0 commit comments