Commit 32d1c71
authored
Move Jackson 3 JMH benchmarks into a separate unpublished project (#1017)
JmhPlugin adds jmh-core, jmh-generator-bytecode and jmh-generator-reflection to
libraryDependencies without a configuration, so enabling it on msgpack-jackson3
published them as compile dependencies of jackson-dataformat-msgpack, inherited
by every consumer along with jopt-simple, commons-math3 and ASM. The released
org.msgpack:jackson-dataformat-msgpack POM has no such entries.
Move src/jmh into msgpack-jackson3-benchmark, which depends on msgpack-jackson3
and is not published. This is also how sbt-jmh recommends laying out benchmarks,
since the code generator needs a project of its own.1 parent 98e90f5 commit 32d1c71
12 files changed
Lines changed: 20 additions & 4 deletions
File tree
- msgpack-jackson3-benchmark/src/jmh/java/org/msgpack/jackson3/dataformat/benchmark
- model
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
238 | 254 | | |
239 | 255 | | |
240 | 256 | | |
241 | 257 | | |
242 | 258 | | |
243 | 259 | | |
244 | | - | |
| 260 | + | |
0 commit comments