()
| 8 | BUSY_TIME = 40000 |
| 9 | |
| 10 | def main(): |
| 11 | try: |
| 12 | if len(argv) != 3: |
| 13 | raise Exception |
| 14 | engine(int(argv[1]), int(argv[2])) |
| 15 | except: |
| 16 | print basename(argv[0]), '<threads> <seconds>' |
| 17 | |
| 18 | def engine(threads, seconds): |
| 19 | print 'Suite starting at', ctime() |
no test coverage detected