Hello, my question is the next:
what does "num_xact" refer to?
 In "config.py" file, when you are filling the "microbenchmark_list" with 
your microbenchmarks, you are required to set the name of the benchmark, 
its command line parameters and so on. Among these parameters you can 
find the "num_xact" parameter.
I would like to know if this parameter refers to the number of 
BEGIN_WORKLOAD_TRANSACTION/END_WORKLOAD_TRANSACTION pairs the 
microbenchmark will rise or, otherwise, to the number of 
BEGIN_TRANSACTION(id)/COMMIT_TRANSACTION(id) pairs.
Thanks, Ricardo Quislant.
 
 |