From 81fe0db991b65b6b77dc01a5eed80320dccd4ed6 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 19 Jun 2023 14:44:19 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94c52e5..a29ca64 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ t time: [100.91 ns 101.06 ns 101.24 ns] t_with_args time: [495.56 ns 497.88 ns 500.64 ns] ``` -The result `140 ns (0.00014 ms)` means if there have 10K translate texts, it will cost 1.4ms. +The result `101 ns (0.0001 ms)` means if there have 10K translate texts, it will cost 1ms. ## License