Re: [lng-odp] [API-NEXT PATCH] validation: scheduler: add timing tests for scheduled queue types

2016-01-20 Thread Bill Fischofer
ping. On Wed, Dec 30, 2015 at 5:49 PM, Bill Fischofer wrote: > Expand the existing scheduler chaos test to provide timing information for > mixed queues as well as individual timings for parallel, atomic, and > ordered queues. This enables implementation scheduling

Re: [lng-odp] [API-NEXT PATCH] validation: scheduler: add timing tests for scheduled queue types

2016-01-20 Thread Ivan Khoronzhuk
On 20.01.16 18:58, Bill Fischofer wrote: ping. On Wed, Dec 30, 2015 at 5:49 PM, Bill Fischofer > wrote: Expand the existing scheduler chaos test to provide timing information for mixed queues as well as individual timings

Re: [lng-odp] [API-NEXT PATCH] validation: scheduler: add timing tests for scheduled queue types

2016-01-20 Thread Ivan Khoronzhuk
On 20.01.16 21:43, Ivan Khoronzhuk wrote: On 20.01.16 18:58, Bill Fischofer wrote: ping. On Wed, Dec 30, 2015 at 5:49 PM, Bill Fischofer > wrote: Expand the existing scheduler chaos test to provide timing information for

Re: [lng-odp] [API-NEXT PATCH] validation: scheduler: add timing tests for scheduled queue types

2016-01-20 Thread Bill Fischofer
On Wed, Jan 20, 2016 at 3:36 PM, Ivan Khoronzhuk wrote: > Seems you've missed simplification. Can you be more specific? You requested that CHAOS_NUM_ROUNDS be reduced to 1000 and the test ordering be rearranged. Did I miss something else? > > > On 20.01.16

Re: [lng-odp] [API-NEXT PATCH] validation: scheduler: add timing tests for scheduled queue types

2016-01-20 Thread Ivan Khoronzhuk
On 21.01.16 00:02, Bill Fischofer wrote: On Wed, Jan 20, 2016 at 3:36 PM, Ivan Khoronzhuk > wrote: Seems you've missed simplification. Can you be more specific? You requested that CHAOS_NUM_ROUNDS be reduced to 1000 and

[lng-odp] [API-NEXT PATCH] validation: scheduler: add timing tests for scheduled queue types

2015-12-30 Thread Bill Fischofer
Expand the existing scheduler chaos test to provide timing information for mixed queues as well as individual timings for parallel, atomic, and ordered queues. This enables implementation scheduling efficiency to be displayed by queue type. Signed-off-by: Bill Fischofer