Changes between Version 23 and Version 24 of benchmarks

Show
Ignore:
Timestamp:
11/21/11 12:23:34 (12 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • benchmarks

    v23 v24  
    7575At 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.  
    7676 
    77 '''Notes:''' 
     77==Notes== 
    7878 
    7979''Pros:'' 
     
    8686* 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). 
    8787 
     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== 
    8895=== Test 2 - Throughput ===