Skip to content

Commit

Permalink
chore: use seconds as unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jan 10, 2024
1 parent 8d5825f commit e9eb77f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


@BenchmarkMode(Mode.AverageTime)
@OutputTimeUnit(TimeUnit.NANOSECONDS)
@OutputTimeUnit(TimeUnit.SECONDS)
@Warmup(iterations = 3)
@Measurement(iterations = 5)
public class AuthorizationBenchmarks {
Expand Down

0 comments on commit e9eb77f

Please sign in to comment.