Skip to content

Commit

Permalink
Track time to first render
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Sep 13, 2023
1 parent f12fb8b commit 393e8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cases/vector-rendering/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ function resetData(count) {
const data = makeData(count);
const features = parseFeatures(data);
addFeatures(features);
console.time('first render');
}

function main() {
Expand Down

0 comments on commit 393e8a3

Please sign in to comment.