From f51196f6674c2b3ba1f1c99319e29073ab592143 Mon Sep 17 00:00:00 2001 From: Liqiang TAO Date: Tue, 9 Sep 2025 23:05:12 +0800 Subject: [PATCH] Update README.md fix wrong link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d40da2c..66a9cbb 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ The signature of callback function is: ``` ## Performance -Benchmark is done in terms of both front-end latency and throughput, with comparisons to Nanolog and spdlog basic_logger_st. Test log messages use [NanoLog benchmark Log-Messages-Map](https://github.com/PlatformLab/NanoLog#Log-Messages-Map), and header pattern uses spdlog default pattern(e.g. "[2021-05-04 10:36:38.098] [spdlog] [info] [bench.cc:111] "), check [bench.cc](https://github.com/MengRao/fmtlog/blob/main/bench/bench.cc) for details. +Benchmark is done in terms of both front-end latency and throughput, with comparisons to Nanolog and spdlog basic_logger_st. Test log messages use [NanoLog benchmark Log-Messages-Map](https://github.com/PlatformLab/NanoLog#Log-Messages-Map), and header pattern uses spdlog default pattern(e.g. "[2021-05-04 10:36:38.098] [spdlog] [info] [bench.cc:111] "), check [bench.cc](https://github.com/MengRao/fmtlog/blob/bench/bench/bench.cc) for details. The results on a linux server with "Intel(R) Xeon(R) Gold 6144 CPU @ 3.50GHz" is: | Message | fmtlog | Nanolog | spdlog |