summaryrefslogtreecommitdiff
path: root/test/hbar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/hbar.sh')
-rwxr-xr-xtest/hbar.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/hbar.sh b/test/hbar.sh
index 8d47595..71713ef 100755
--- a/test/hbar.sh
+++ b/test/hbar.sh
@@ -1,17 +1,18 @@
#!/bin/sh
HBAR=./bin/hbar
-#TEXT="Hello there"
-TEXT="Привет мир"
UNIT="mb"
MAX=100
+TEXT="✓ Привет World Привет World Привет World Привет World Привет World Привет World "
for x in $(seq $MAX); do
${HBAR} -T "${TEXT}" -u ${UNIT} $x $MAX
- read
+ sleep 0.01
done
-${HBAR} -t -T "${TEXT}" -u ${UNIT} $x $MAX
+TEXT="Hello there"
+
+${HBAR} -t -T "${TEXT}" -u ${UNIT} $x $MAX
for x in $(seq $MAX); do
${HBAR} -T "${TEXT}" -u ${UNIT} $x $MAX
sleep 0.01