Add 'log4j2' domain tests to the Log4j 2.x agent
[lttng-ust-java-tests.git] / lttng-ust-java-tests-jul / src / test / java / org / lttng / ust / agent / benchmarks / jul / handler / lttng / LttngJulHandlerTracingDisabledBenchmark.java
index df7eca3266610360b854c0c394195811d6ffb59e..e5af33acd9a59ff9b52853b133967a541af662b9 100644 (file)
@@ -24,6 +24,7 @@ import java.io.IOException;
 
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Tag;
 import org.lttng.tools.ILttngSession;
 import org.lttng.tools.ILttngSession.Domain;
 import org.lttng.ust.agent.benchmarks.jul.handler.JulHandlerBenchmarkBase;
@@ -33,6 +34,9 @@ import org.lttng.ust.agent.jul.LttngLogHandler;
  * Benchmark the LTTng-JUL handler, but with tracing disabled in the tracing
  * session.
  */
+@Tag("agent:jul")
+@Tag("domain:jul")
+@Tag("benchmark")
 public class LttngJulHandlerTracingDisabledBenchmark extends JulHandlerBenchmarkBase {
 
     private ILttngSession session;
This page took 0.022658 seconds and 4 git commands to generate.