#78 - Import JMH benchmarks.

This commit is contained in:
Mark Paluch
2018-08-07 10:09:47 +02:00
parent 1845b5555f
commit 8c7c18c949
11 changed files with 1290 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d %5p %40.40c:%4L - %m%n</pattern>
</encoder>
</appender>
<root level="error">
<appender-ref ref="console"/>
</root>
</configuration>