public void tearDown()

in log4j-transform-perf/src/main/java/org/apache/logging/log4j/transform/perf/LocationBenchmark.java [110:117]


    public void tearDown() throws IOException {
        System.clearProperty("log4j2.configurationFile");
        LogManager.shutdown();
        Path filePath = Paths.get(fileName);
        if (Files.isRegularFile(filePath)) {
            Files.deleteIfExists(filePath);
        }
    }