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

2019-03-21 Thread Ananyev, Konstantin
> > 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

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

2019-03-19 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 --- app/t