Skip to content

Commit adc8522

Browse files
Links added
1 parent 4b9e1e3 commit adc8522

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Java Logger Benchmark
22

3-
This project is a benchmark for several Java logging libraries. It is using JMH to measure the performance of the
3+
This project is a benchmark for several Java logging libraries. It is using [JMH](https://github.com/openjdk/jmh) to measure the performance of the
44
different logging libraries.
55

66
## What libraries are tested?
77

88
Currently, the following libraries are tested:
99

10-
- Java Util Logging
11-
- Log4j 2
12-
- Log4j 2 with Async Logger
13-
- SLF4J Simple
14-
- Chronicle Logger
10+
- [Java Util Logging](https://www.vogella.com/tutorials/Logging/article.html)
11+
- [Log4j 2](https://logging.apache.org/log4j/2.x/)
12+
- [Log4j 2 with Async Logger](https://logging.apache.org/log4j/2.x/manual/async.html)
13+
- [SLF4J Simple](https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html)
14+
- [Chronicle Logger](https://github.com/OpenHFT/Chronicle-Logger)
1515

1616
## How to run the benchmark?
1717

18-
The project is based on Maven and the Maven wrapper is included. To run the benchmark, simply execute the following
18+
The project is based on Maven and the [Maven Wrapper](https://maven.apache.org/wrapper/) is included. To run the benchmark, simply execute the following
1919
command:
2020

2121
```

0 commit comments

Comments
 (0)