mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8338595: Add more linesize for MIME decoder in macro bench test Base64Decode
Reviewed-by: rehn
This commit is contained in:
parent
c4cf1e93bb
commit
7458952ded
1 changed files with 1 additions and 1 deletions
|
@ -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'};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue