diff options
author | 2021-10-07 22:31:36 -0700 | |
---|---|---|
committer | 2021-10-07 22:31:36 -0700 | |
commit | 2bf7b5a7ab3b9b84727710fc6b921870d7786638 (patch) | |
tree | 539bfb50e589f7157425f714de71826e3fcb4812 /bench | |
parent | 1c83f3091c895bb27df3e4dc773d96715ee88ed0 (diff) | |
download | bun-2bf7b5a7ab3b9b84727710fc6b921870d7786638.tar.gz bun-2bf7b5a7ab3b9b84727710fc6b921870d7786638.tar.zst bun-2bf7b5a7ab3b9b84727710fc6b921870d7786638.zip |
Update readme.md
Diffstat (limited to 'bench')
-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. |