We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6650013 commit 8fd6c84Copy full SHA for 8fd6c84
bechmark_change.sh
@@ -12,26 +12,26 @@ http -p 8080 &
12
set -euo pipefail
13
cd frameworks/keyed/yew
14
rm -f Cargo.lock
15
- npm install -d
+ npm ci
16
npm run build-prod
17
)
18
(
19
20
cd frameworks/keyed/yew-baseline
21
22
23
24
25
26
27
cd webdriver-ts-results
28
29
30
31
32
cd webdriver-ts
33
rm -rf results
34
35
36
npm run bench -- --headless keyed/yew keyed/yew-baseline
37
npm run results
0 commit comments