Description
Currently, the methods 'getAllMethods' and 'getMethods' in class 'BenchmarkGeneratorUtils' have the same feature. Considering there is a method named `getAllFields`, I suggest to remove `getMethods` and keep `getAllMethods` so that the names can be consistent.