Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Update S3EscaperBenchmark.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhsw authored Feb 2, 2024
1 parent 158ade2 commit 4b2e33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/kzhsw/S3EscaperBenchmark.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

@State(Scope.Thread)
@Warmup(iterations = 5, time = 1, timeUnit = TimeUnit.SECONDS)
@Measurement(batchSize = 1000, iterations = 5, time = 1, timeUnit = TimeUnit.SECONDS)
@Fork(value = 1)
@Measurement(batchSize = 2000, iterations = 5, time = 2, timeUnit = TimeUnit.SECONDS)
@Fork(value = 2)
public class S3EscaperBenchmark {

public static String[] testStrings = {
Expand Down

0 comments on commit 4b2e33f

Please sign in to comment.