Changes between Version 17 and Version 18 of benchmarks
- Timestamp:
- 10/17/11 10:58:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
benchmarks
v17 v18 33 33 The main program creates N processes (each process can use a different certificate) that invoke the function `sustain_thread`. Next, it waits for the end of all running processes. 34 34 35 In general, the idea of the program is to keep in a system `jobs_per_thread` jobs for `test_duration` seconds, inquering all the time (the delays between calls drawn from a defined interval) about all currently running or queued jobs. 35 In general, the idea of the program is to keep in a system `jobs_per_thread` jobs for `test_duration` seconds, inquering all the time (the delays between calls drawn from a defined interval) about all currently running or queued jobs. At the end of tests, the program prints average times of submitting jobs and inquiring about the job status. 36 36 37 37 === Test 2 - Throughput ===