We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596b28b commit 0779c57Copy full SHA for 0779c57
src/jmh/java/com/stringcompressor/BaseBenchmark.java
@@ -3,9 +3,9 @@
3
/**
4
* @author Jean Dannemann Carone
5
*/
6
-public class BaseBenchmark {
+class BaseBenchmark {
7
8
- public static byte[] generate10MbString(byte[] charset) {
+ static byte[] generate10MbString(byte[] charset) {
9
return BaseTest.generateRandomString(10 * 1024 * 1024, charset);
10
}
11
0 commit comments