![]()
Fills the given map with generated key-value pair.
Arguments:
|
code » | |||
![]()
Primes the given map with deletion of keys.
Arguments:
Returns: mapPerf.MapType
The primed map (for chaining).
|
code » | |||
![]()
Runs performance test for Map#get with the given map.
Arguments:
|
code » | |||
![]()
Runs performance test for Map#set with the given map.
Arguments:
|
code » |
![]()
Maxium number of keys in keyList (and, by extension, the map under
test).
|
Code » | |
![]()
No description.
|
Code » | |
![]()
A key list. This maps loop index to key name to be used during
benchmark. This ensure that we do not need to pay the cost of
string concatenation/GC whenever we derive a key from loop index.
This is filled once in setUpPage and then remain unchanged for the
rest of the test case.
|
Code » | |
No description.
|
Code » |