Skip to content

Commit 1d6a967

Browse files
committed
explained benchmark timing
1 parent a3b5653 commit 1d6a967

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: lib/python/lightningjs/http/templates/benchmark.html

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
* {
77
font-family: monospace;
88
}
9+
h2 {
10+
font-size: 1em;
11+
font-weight: normal;
12+
text-align: center;
13+
color: red;
14+
}
915
iframe {
1016
overflow: hidden;
1117
width: 100%;
@@ -41,5 +47,6 @@
4147
</script>
4248
</head>
4349
<body>
50+
<h2>benchmarks are designed to slow down document.ready by ~1s, window.onload ~2s, and final library by ~5s</h2>
4451
</body>
4552
</html>

0 commit comments

Comments
 (0)