Changes between Version 23 and Version 24 of benchmarks
- Timestamp:
- 11/21/11 12:23:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
benchmarks
v23 v24 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== 89 * 50 tasks x 10 users = 500 tasks, 30 minutes, SLEEP_COEF = 10 90 * 100 tasks x 10 users = 1000 tasks, 30 minutes, SLEEP_COEF = 10 91 * 200 tasks x 10 users = 2000 tasks, 30 minutes, SLEEP_COEF = 10 92 * 400 tasks x 10 users = 4000 tasks, 30 minutes, SLEEP_COEF = 10 93 94 ==Results== 88 95 === Test 2 - Throughput ===