We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447779d commit a891d18Copy full SHA for a891d18
benchmark/ffmpeg.sh
@@ -16,6 +16,11 @@ run()
16
rm ${OUTPUT}
17
}
18
19
+# Remove on-disk cache for consistent results.
20
+# XXX what's the proper way to clear cache for wasmtime?
21
+wasmer cache clean
22
+rm -rf ~/Library/Caches/BytecodeAlliance.wasmtime
23
+
24
# Note: toywasm uses read-only mmap to load the wasm binary.
25
# it might be a bit unfair to compare the memory stats with engines
26
# which use malloc+read to load wasm binaries.
0 commit comments