Github user cakofony commented on the issue:
https://github.com/apache/logging-log4j2/pull/218
n=1000
```
Benchmark Mode Cnt Score
Error Units
ManyParametersInSetupBenchmark.fewParameters thrpt 3 1406346.075 ±
82926.012 ops/s
```
n=100
```
Benchmark Mode Cnt Score
Error Units
ManyParametersInSetupBenchmark.fewParameters thrpt 3 4332639.602 ±
232499.236 ops/s
```
n=10
```
Benchmark Mode Cnt Score
Error Units
ManyParametersInSetupBenchmark.fewParameters thrpt 3 5480582.409 ±
1238380.733 ops/s
```
And another run with this change
```
Benchmark Mode Cnt Score
Error Units
ManyParametersInSetupBenchmark.fewParameters thrpt 3 5814710.334 ±
899317.421 ops/s
```
---