Skip to content

Commit c758024

Browse files
authored
First version
1 parent ccf0be7 commit c758024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ See [this article](https://medium.com/@miguel.albrecht/performance-of-javascript
55

66
## Executing the benchmark
77

8-
The easiest way to execute the benchmark is to copy the source onto a codepen running on the browser (engine) you want to test. Look at the console for the results. Repeat this on how many browsers you want to test.
8+
The easiest way to execute the benchmark is to paste the source onto a codepen running on the browser (engine) you want to test. Look at the console for the results. Repeat this on how many browsers you want to test.
99

1010
For Node, you need to have Node installed on your computer, then simply type
11+
1112
```
1213
$ node deduplicateArray.js
1314
```

0 commit comments

Comments
 (0)