# Benchmarking hot module reloading ## Methodology How do you benchmark hot module reloading? What do you call "done" and what do you call "start"? The answer for "done" is certainly not compilation time. Compilation time is one step. I think the answer should be different depending on the type of content loaded. For CSS, the answer should be "when the updated stylesheet was drawn on the screen" For JavaScript, the answer should be "when the rebuilt code completed execution such that any changes are applied" For images & assets, the answer should be "when the updated asset finished loading" The start time should be defined as "the timestamp the filesystem set as the write time". As in, the time the developer pressed save in their editor. option value='ansg191/server-identity-CN'>ansg191/server-identity-CN Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/sys.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-31insert `enumerable: true` when neededGravatar Dylan Conway 2-11/+120
2023-08-31`bun install` correctly join dependency URLs (#4421)Gravatar Julian 6-64/+243
2023-08-31get name if not provided in `FormData.append` (#4434)Gravatar Dylan Conway 4-5/+45
2023-08-31export non-enumerable valuesGravatar Dylan Conway 2-4/+79
2023-08-31Fix vscode debug terminalGravatar Ashcon Partovi 1-21/+0