Skip to content

Commit 00fc660

Browse files
authored
Small improvement of msgpack-jackson bench (#705)
Small improvment of msgpack-jackson bench
1 parent d066051 commit 00fc660

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- '**.java'
1818
- '**.sbt'
1919
- '.github/workflows/**.yml'
20+
workflow_dispatch:
2021

2122
jobs:
2223
code_format:

msgpack-jackson/src/test/java/org/msgpack/jackson/dataformat/benchmark/MessagePackDataformatHugeDataBenchmarkTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
public class MessagePackDataformatHugeDataBenchmarkTest
3232
{
33-
private static final int ELM_NUM = 100000;
33+
private static final int ELM_NUM = 1000000;
3434
private static final int COUNT = 6;
3535
private static final int WARMUP_COUNT = 4;
3636
private final ObjectMapper origObjectMapper = new ObjectMapper();

0 commit comments

Comments
 (0)