Artifact a0890e7c55ad8716513d3814f3fee035aa7dcc0a:
- Executable file tests/speedtest/tests/speedtest/main.sh — part of check-in [39cf82c3af] at 2013-10-28 16:40:53 on branch v1.55 — Added beginings of a test for speed, fixed couple minor bugs (user: mrwellan, size: 271) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash # a bunch of steps in 2 second increments for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17;do $MT_MEGATEST -step step$i :state start :status running -setlog results$i.html sleep $TEST_DELAY $MT_MEGATEST -step step$i :state end :status 0 done exit 0