Optional callback that can be used to initialize the Worker right before the benchmark execution begins
()
| 730 | * execution begins |
| 731 | */ |
| 732 | protected void initialize() { |
| 733 | // The default is to do nothing |
| 734 | } |
| 735 | |
| 736 | /** |
| 737 | * Set up the session by running a set of statements before benchmark execution begins. The path |
no outgoing calls