Changes between Version 21 and Version 22 of benchmarks

Show
Ignore:
Timestamp:
11/21/11 12:16:30 (12 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • benchmarks

    v21 v22  
    7373}}} 
    7474 
    75 At the end of tests, the average, minimal and maximal times of submitting job (`submit_job`) and inquiring about 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.  
     75At 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 
     77'''Notes:''' 
     78''Pros:'' 
     79* The test reflects the natural situation in productive environments: 
     80 * approximately constant number of tasks, 
     81 * "the task flow" (when one task is finished, another begins). 
     82* 
     83 
     84''Cons:'' 
     85* 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). 
    7686 
    7787=== Test 2 - Throughput ===