Re: [dpdk-dev] [PATCH v3 3/3] test/rwlock: amortize the cost of getting time

2019-03-14 Thread Honnappa Nagarahalli
> Subject: [PATCH v3 3/3] test/rwlock: amortize the cost of getting time > > Instead of getting timestamp per iteration, amortize its overhead can help to > get more precise benchmarking results. > > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > > Signed-off-by: Joyce Kong

[dpdk-dev] [PATCH v3 3/3] test/rwlock: amortize the cost of getting time

2019-03-14 Thread Joyce Kong
Instead of getting timestamp per iteration, amortize its overhead can help to get more precise benchmarking results. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Joyce Kong Reviewed-by: Gavin Hu Reviewed-by: Ola Liljedahl Reviewed-by: Ruifeng Wang Signed-off