Re: [ovs-dev] [PATCH 1/5] tests/test-cmap: Balance bencmarks between cmap and hmap.

2014-10-06 Thread Ben Pfaff
On Wed, Sep 24, 2014 at 11:31:43AM -0700, Jarno Rajahalme wrote: > The test cases have been carefully crafted so that we do the same > amount of "overhead" operations in each case. Earlier, with no > mutations, the number of random number generations was different for > hmap and cmap test cases.

[ovs-dev] [PATCH 1/5] tests/test-cmap: Balance bencmarks between cmap and hmap.

2014-09-24 Thread Jarno Rajahalme
The test cases have been carefully crafted so that we do the same amount of "overhead" operations in each case. Earlier, with no mutations, the number of random number generations was different for hmap and cmap test cases. hmap test was also missing an ignore() call. Now the numbers look like th