Skip to content

Commit e0bea42

Browse files
committed
Bust the cache for the benchmark's wasm blob, since Chrome is very aggressive with its caching
1 parent 63b7486 commit e0bea42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/bench-dom-bindings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sourceMap.SourceMapConsumer.initialize({
2-
"lib/mappings.wasm": "../lib/mappings.wasm",
2+
"lib/mappings.wasm": "../lib/mappings.wasm?bust_cache=" + String(Math.random()).replace(/0\./, ""),
33
});
44

55
function bindRange(labelId, updater) {

0 commit comments

Comments
 (0)