Performs a benchmark reading 5 values and overwriting them afterwards
inside a transaction using a new Transaction but re-using a single
connection 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|