From 594143e3741929da3f33c9bdb944e42e2e86234b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 17 Sep 2025 09:08:01 -0700 Subject: [PATCH] Fix formatting in ChangeLog benchmark section Correct formatting of the benchmark table in ChangeLog. --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index b0018927..027d9ab8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,9 +8,9 @@ [dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark): ``` - Function Time (ns) Speedup + Function Time (ns) Speedup fmt11 34.471 1.00x - fmt12 21.000 1.64x + fmt12 21.000 1.64x ```