From 146eba81452e6bac8e1986f5e8a602a683696db2 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Mon, 31 Jul 2023 21:20:51 +0800 Subject: [PATCH] Fix code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d3189..e2de9a7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ That's all. There are no black magic tricks inside the tzf-rs. Below is a benchmark run on global cities(about 14K), and avg time is about 3000 ns per query: -``` +```txt test benches_default::bench_default_finder_random_city ... bench: 2,870 ns/iter (+/- 182) ```