Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Small improvment of msgpack-jackson bench
  • Loading branch information
komamitsu committed Jan 21, 2023
commit 76a8e7e607df01a4f57f2ada598d892d3f6857cb
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- '**.java'
- '**.sbt'
- '.github/workflows/**.yml'
workflow_dispatch:

jobs:
code_format:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

public class MessagePackDataformatHugeDataBenchmarkTest
{
private static final int ELM_NUM = 100000;
private static final int ELM_NUM = 1000000;
private static final int COUNT = 6;
private static final int WARMUP_COUNT = 4;
private final ObjectMapper origObjectMapper = new ObjectMapper();
Expand Down