Skip to content

Instantly share code, notes, and snippets.

View kortemik's full-sized avatar

Mikko Kortelainen kortemik

View GitHub Profile
@kortemik
kortemik / JULPerf.java
Last active June 8, 2023 10:16
JUL vs SLF4J
package com.teragrep.jmh_01;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Fork;
import org.openjdk.jmh.annotations.Mode;
import java.util.logging.*;
public class JULPerf {