Skip to content

Commit 77d19ba

Browse files
committed
feat: add yabs to gort
1 parent 6e1901e commit 77d19ba

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

apps/gort/ci/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version="1.0.0"
1+
version="1.0.1"
22
printf "%s" "${version}"

apps/gort/tools.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ get_go_speedtest_net() {
153153
perform_sleep
154154
}
155155

156+
get_yabs() {
157+
LINK="https://raw.githubusercontent.com/masonr/yet-another-bench-script/refs/heads/master/yabs.sh"
158+
wget "$LINK" -O /tmp/gort-tools/yabs && \
159+
chmod +x /tmp/gort-tools/yabs
160+
perform_sleep
161+
}
162+
156163
mkdir -p /tmp/gort-tools
157164

158165
get_ctop
@@ -165,4 +172,5 @@ get_tetragon
165172
get_flux
166173
get_k9s
167174
get_go_cloudflare_speedtest
168-
get_go_speedtest_net
175+
get_go_speedtest_net
176+
get_yabs

0 commit comments

Comments
 (0)