use of org.openjdk.jmh.annotations.TearDown in project logging-log4j2 by apache.
the class AsyncLoggersBenchmark method down.
@TearDown(Level.Trial)
public void down() {
((LifeCycle) LogManager.getContext(false)).stop();
new File("perftest.log").delete();
}
Aggregations