diff options
-rw-r--r-- | bench/hot-module-reloading/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/hot-module-reloading/readme.md b/bench/hot-module-reloading/readme.md index 539eb023c..06c29f511 100644 --- a/bench/hot-module-reloading/readme.md +++ b/bench/hot-module-reloading/readme.md @@ -4,7 +4,7 @@ How do you benchmark hot module reloading? What do you call "done" and what do you call "start"? -The answer is certainly not compilation time. Compilation time is one step. +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. |