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 / builtin / NoLoggerBenchmark.java
index fc1661885129e48542c2f655f0ee4c31f8c42573..5b3da0b6e9fe62a72f6ab8776aeb6bc464353d5a 100644 (file)
@@ -20,12 +20,16 @@ package org.lttng.ust.agent.benchmarks.jul.handler.builtin;
 
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Tag;
 import org.lttng.ust.agent.benchmarks.jul.handler.JulHandlerBenchmarkBase;
 
 /**
  * Benchmark that will avoid creating a Logger entirely, to benchmark just the
  * bare worker.
  */
+@Tag("agent:jul")
+@Tag("domain:jul")
+@Tag("benchmark")
 public class NoLoggerBenchmark extends JulHandlerBenchmarkBase {
 
     /**
This page took 0.022368 seconds and 4 git commands to generate.