Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Dec 22, 2023
1 parent 55d43ee commit 6354233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmark/benchmarks/krausest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<meta charset="UTF-8" />
<title>krausest benchmark</title>
</head>
<script type="module">
<script>
performance.mark("moduleLoaded");
</script>
<script type="module">
import run from "./browser.js";
run();
</script>
Expand Down

0 comments on commit 6354233

Please sign in to comment.