Changes between Version 24 and Version 25 of benchmarks

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

--

Legend:

Unmodified
Added
Removed
Modified
  • benchmarks

    v24 v25  
    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== 
     88== Plan of the tests == 
    8989* 50 tasks x 10 users = 500 tasks, 30 minutes, SLEEP_COEF = 10 
    9090* 100 tasks x 10 users = 1000 tasks, 30 minutes, SLEEP_COEF = 10 
     
    9292* 400 tasks x 10 users = 4000 tasks, 30 minutes, SLEEP_COEF = 10 
    9393 
    94 ==Results== 
     94== Results == 
    9595=== Test 2 - Throughput ===