mirror of https://github.com/sveltejs/svelte
parent
fbfd011ff4
commit
2bd5cd67af
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
git clone https://github.com/PaulBGD/svelte-bench.git ./tmp/svelte-bench
|
||||||
|
cd ./tmp/svelte-bench
|
||||||
|
git checkout selenium
|
||||||
|
yarn
|
||||||
|
yarn run build:benchmarks
|
||||||
|
node ./selenium/run.js "$@"
|
Loading…
Reference in new issue