mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
adding some testing scripts
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
6a68b438b7
commit
8447768299
1 changed files with 15 additions and 0 deletions
15
testing/time_notifications
Executable file
15
testing/time_notifications
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
RUNS=10
|
||||
|
||||
loop() {
|
||||
for j in $(seq 1 $RUNS); do
|
||||
./bin/$1 >/dev/null
|
||||
done
|
||||
}
|
||||
|
||||
TIMEFORMAT="%R"
|
||||
for i in $(ls bin); do
|
||||
echo -n "$i "
|
||||
time loop $i
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue