From a75423da32d1d4be177d24da2e1d26d6e0f82285 Mon Sep 17 00:00:00 2001 From: Manassarn Manoonchai Date: Mon, 11 Oct 2021 22:59:22 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=82=E0=B8=B4=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7208771..5d8c558 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,14 @@ Run the benchmark to measure the speed among other libraries. ```shell yarn benchmark -baht (x100000): 4253ms -bahttext (x100000): 4961ms -BAHTTEXT.js (x100000): 5734ms -thai-baht-text (x100000): 10454ms -thai-baht-text-ts (x100000): 9472ms -✨ Done in 35.03s. +baht 0.4.0 (x100000): 665ms +baht 0.3.2 (x100000): 2968ms +thaiBahtLib (x100000): 3189ms +bahttext (x100000): 3503ms +BAHTTEXT.js (x100000): 4816ms +thai-baht-text (x100000): 8525ms +thai-baht-text-ts (x100000): 7710ms +✨ Done in 31.53s. ``` Baht.js is the fastest!