Skip to content

Commit f567731

Browse files
committed
line 377
1 parent 18a67f6 commit f567731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ for (let i = 0; i < 10; i++) {
374374
```
375375
376376
```warn header="Be careful doing microbenchmarking"
377-
Modern JavaScript engines perform many optimizations. They may tweak results of "artificial tests" compared to "normal usage", especially when we benchmark something very small, such as how an operator works, or a built-in function. So if you seriously want to understand performance, then please study how the JavaScript engine works. And then you probably won't need microbenchmarks at all.
377+
Modern JavaScript engines perform many optimizations. They may tweak results of "artificial tests" compared to "normal usage", especially when we benchmark something very small, such as how an operator or a built-in function works. So if you seriously want to understand performance, then please study how the JavaScript engine works. And then you probably won't need microbenchmarks at all.
378378

379379
The great pack of articles about V8 can be found at <https://mrale.ph>.
380380
```

0 commit comments

Comments
 (0)