In my scenario, the methods in benchmark should run sequentially, i.e., run Benchmark#method1, and then run Benchmark#method2.
Benchmark#method1
Benchmark#method2
In Control th