use other scripts about gb5
parent
2419281871
commit
d550447c1a
18
initial.sh
18
initial.sh
|
@ -65,13 +65,17 @@ fi
|
||||||
# step 4: test cpu net etc
|
# step 4: test cpu net etc
|
||||||
echo 1 | bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)
|
echo 1 | bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)
|
||||||
|
|
||||||
wget https://cdn.geekbench.com/Geekbench-5.4.5-Linux.tar.gz && \
|
# Geekbench 5 测试
|
||||||
tar -xzvf Geekbench-*.tar.gz && rm Geekbench-*.tar.gz && \
|
# wget https://cdn.geekbench.com/Geekbench-5.4.5-Linux.tar.gz && \
|
||||||
mv Geek*/* ./ && rmdir Geekbench-* && \
|
# tar -xzvf Geekbench-*.tar.gz && rm Geekbench-*.tar.gz && \
|
||||||
echo "now geekbench5!"
|
# mv Geek*/* ./ && rmdir Geekbench-* && \
|
||||||
./geekbench5 > result_geekbench5.txt
|
# echo "now geekbench5!"
|
||||||
|
# ./geekbench5 > result_geekbench5.txt
|
||||||
|
|
||||||
|
# docker run -d -e MODE=standalone -p 88:80 -it --name speedtest adolfintel/speedtest:latest
|
||||||
|
# echo "`ip a | grep brd | grep inet | head -n 1 | awk '{print$2}' | sed 's/\/.*//g'`:88" >> result_geekbench5.txt
|
||||||
|
|
||||||
|
bash <(wget -qO- https://raw.githubusercontent.com/i-abc/GB5/main/gb5-test.sh)
|
||||||
|
|
||||||
docker run -d -e MODE=standalone -p 88:80 -it --name speedtest adolfintel/speedtest:latest
|
|
||||||
echo "`ip a | grep brd | grep inet | head -n 1 | awk '{print$2}' | sed 's/\/.*//g'`:88" >> result_geekbench5.txt
|
|
||||||
|
|
||||||
echo "step 4: test has finished"
|
echo "step 4: test has finished"
|
Loading…
Reference in New Issue