Changes between Version 19 and Version 20 of benchmarks

Show
Ignore:
Timestamp:
10/17/11 11:38:43 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • benchmarks

    v19 v20  
    5252}}} 
    5353}}} 
     54The function `submit_job(job)`: 
     55{{{ 
     56#!div style="font-size: 90%" 
     57{{{#!sh 
     581. start_timer() 
     592. job.job = service.create_job() 
     603. job.job.run() 
     614. stop_timer() 
     625. query_state(job) 
     63}}} 
     64}}} 
     65The function `query_state(job)`: 
     66{{{ 
     67#!div style="font-size: 90%" 
     68{{{#!sh 
     691. start_timer() 
     702. job.last_state = job.job.get_state() 
     713. stop_timer() 
     72}}} 
     73}}} 
     74 
    5475=== Test 2 - Throughput ===