Skip to content

Commit

Permalink
Use ConstructorBenchmark in main method
Browse files Browse the repository at this point in the history
  • Loading branch information
elonazoulay authored and stevenschlansker committed Mar 14, 2024
1 parent 4fc6e88 commit d584579
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ public class ConstructorBenchmark {

public static void main(final String[] args) throws RunnerException {
final Options options = new OptionsBuilder()
.include(BeanBindingBenchmark.class.getSimpleName())
.include(ConstructorBenchmark.class.getSimpleName())
.forks(0)
.build();
new Runner(options).run();
Expand Down

0 comments on commit d584579

Please sign in to comment.