forked from krausest/js-framework-benchmark
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpush_results.sh
More file actions
executable file
·14 lines (14 loc) · 770 Bytes
/
push_results.sh
File metadata and controls
executable file
·14 lines (14 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cp webdriver-ts-results/dist/index.html ../krausest.github.io/js-framework-benchmark/current.html
cp webdriver-ts-results/dist/BoxPlotTable*.js ../krausest.github.io/js-framework-benchmark/
cp webdriver-ts-results/dist/plotly*.js ../krausest.github.io/js-framework-benchmark/
cp webdriver-ts-results/dist/index*.css ../krausest.github.io/js-framework-benchmark/
cp webdriver-ts-results/dist/index*.js ../krausest.github.io/js-framework-benchmark/
cd ../krausest.github.io
git add js-framework-benchmark/current.html
git add js-framework-benchmark/BoxPlotTable*.js
git add js-framework-benchmark/plotly*.js
git add js-framework-benchmark/index*.css
git add js-framework-benchmark/index*.js
git commit -m "update results"
git push
cd ../js-framework-benchmark/webdriver-ts