Skip to content

Commit ef249b9

Browse files
committed
move into template
1 parent 98b0280 commit ef249b9

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

dev-packages/browser-integration-tests/suites/tracing/metrics/pageload-measure-spans/subject.js

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<script>
6+
const end = performance.now();
7+
performance.measure('Next.js-before-hydration', {
8+
duration: 2000,
9+
end,
10+
});
11+
</script>
12+
</head>
13+
<body>
14+
<div id="content"></div>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)