Changes between Version 24 and Version 25 of benchmarks
- Timestamp:
- 11/21/11 12:23:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
benchmarks
v24 v25 75 75 At the end of tests, the average, minimal and maximal times of submitting a job (`submit_job`) and inquiring about a job state (`query_state`) are printed. Additionally, the program displays the number of all submitted jobs, the number of successfully finished jobs (`Done`) and the number of the jobs finished with the other status (`Canceled`, `Failed`, `Suspended`). In the last case, the number of fails, i.e. exceptions returned by the SAGA adaptors, is shown. 76 76 77 == Notes==77 == Notes == 78 78 79 79 ''Pros:'' … … 86 86 * The measured submitting time may be distorted (the response of the service on the submit request does not necessarily imply the submit to the queueing system). 87 87 88 == Plan of the tests==88 == Plan of the tests == 89 89 * 50 tasks x 10 users = 500 tasks, 30 minutes, SLEEP_COEF = 10 90 90 * 100 tasks x 10 users = 1000 tasks, 30 minutes, SLEEP_COEF = 10 … … 92 92 * 400 tasks x 10 users = 4000 tasks, 30 minutes, SLEEP_COEF = 10 93 93 94 == Results==94 == Results == 95 95 === Test 2 - Throughput ===