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 committed Mar 2, 2024
1 parent a70848f commit 9eb042b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 9eb042b

Please sign in to comment.