source: tools/demos/run_flood_test_multiple.py @ 3517

Last change on this file since 3517 was 3517, checked in by ole, 17 years ago

Set up for load testing of live flood database

File size: 222 bytes
Line 
1"""Run test_flood_database.py multiple times
2
3Start 10 background processes running the test.
4
5UNIX only
6
7Ole Nielsen, RAMP 2006
8x9048
9
10"""
11
12import os
13
14for i in range(100):
15    os.system('python test_flood_database.py &')
Note: See TracBrowser for help on using the repository browser.