Performs a benchmark writing integer numbers on a single key and
increasing them using a new Transaction for each test.
|
|
|
|
|
|
|
Inherited from threading.Thread:
__repr__,
getName,
isAlive,
isDaemon,
is_alive,
join,
setDaemon,
setName,
start
Inherited from threading.Thread (private):
_reset_internal_locks,
_set_daemon,
_set_ident
Inherited from threading._Verbose (private):
_note
|
|
|
|
|
|
pre_init(self,
j=None)
Will be called before the benchmark starts with all possible
variations of "j" in the operation() call. |
source code
|
|
|
|
|
|
|
|
|
|
cleanup(self)
Will be called before the end of the benchmark. |
source code
|
|
|
|
|
|
|
init(self)
Will be called at the start of the benchmark. |
source code
|
|
|
|
|
|
|
|