Skip to content

Commit

Permalink
Backport 7458952dedc0a34b5c7f3e9e228f9b18e08f19e3
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Feb 20, 2025
1 parent 1b49a33 commit 0831e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/micro/org/openjdk/bench/java/util/Base64Decode.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Base64Decode {
"112", "512", "1000", "20000", "50000"})
private int maxNumBytes;

@Param({"4"})
@Param({"4", "32", "76", "128"})
private int lineSize;

private byte[] lineSeparator = {'\r', '\n'};
Expand Down

0 comments on commit 0831e49

Please sign in to comment.