You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is a simple benchmark for several javascript frameworks. The benchmarks cre
6
6
7
7
## Security advice
8
8
9
-
Currently there are 186 implemenations in this repository. It's of course impossible for me to make a security assessment
9
+
Currently there are 186 implementations in this repository. It's of course impossible for me to make a security assessment
10
10
for all those implementations. `npm ci` and `npm install` can execute arbitraty commands, so they should be executed only for packages you trust. Consequently I build on a dedicated virtual private linux server such that I don't have to install the packages for all those implemenations on my laptop. There's a prebuild build.zip for each chrome release you can download such that you can avoid installing the packages from all implementations.
11
11
(I don't know of any (attempted) case for malicious packages in this repository, so please take it just as a general warning.)
12
12
@@ -79,7 +79,7 @@ v20.9.0
79
79
```
80
80
81
81
## 1.2 Downloading the pre-built binaries and starting the server
82
-
building all frameworks can be challenging. There's a new way that allows to skip that and just run the benchmark without builiding all implementations.
82
+
building all frameworks can be challenging. There's a new way that allows to skip that and just run the benchmark without building all implementations.
83
83
84
84
85
85
Start with checking out a tagged release like that. Pick the release that you want (e.g. chrome 100):
0 commit comments