From adacebd8c783375863daad87fb9b00953adec30b Mon Sep 17 00:00:00 2001
From: Thomas Pelletier
Date: Sun, 10 Apr 2022 22:24:19 -0400
Subject: [PATCH] Update benchmarks in README (#756)
---
README.md | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
index c391d96..ca5b5ce 100644
--- a/README.md
+++ b/README.md
@@ -161,11 +161,11 @@ Execution time speedup compared to other Go TOML libraries:
| Marshal/HugoFrontMatter-2 | 1.9x | 1.9x |
- | Marshal/ReferenceFile/map-2 | 1.7x | 1.9x |
- | Marshal/ReferenceFile/struct-2 | 2.4x | 2.6x |
- | Unmarshal/HugoFrontMatter-2 | 2.9x | 2.5x |
- | Unmarshal/ReferenceFile/map-2 | 2.7x | 2.6x |
- | Unmarshal/ReferenceFile/struct-2 | 4.8x | 5.1x |
+ | Marshal/ReferenceFile/map-2 | 1.7x | 1.8x |
+ | Marshal/ReferenceFile/struct-2 | 2.2x | 2.5x |
+ | Unmarshal/HugoFrontMatter-2 | 2.9x | 2.9x |
+ | Unmarshal/ReferenceFile/map-2 | 2.6x | 2.9x |
+ | Unmarshal/ReferenceFile/struct-2 | 4.4x | 5.3x |
See more
@@ -178,17 +178,17 @@ provided for completeness.
- | Marshal/SimpleDocument/map-2 | 1.7x | 2.1x |
- | Marshal/SimpleDocument/struct-2 | 2.5x | 2.8x |
- | Unmarshal/SimpleDocument/map-2 | 4.1x | 3.1x |
- | Unmarshal/SimpleDocument/struct-2 | 6.4x | 4.3x |
- | UnmarshalDataset/example-2 | 3.4x | 3.2x |
- | UnmarshalDataset/code-2 | 2.2x | 2.5x |
- | UnmarshalDataset/twitter-2 | 2.8x | 2.7x |
- | UnmarshalDataset/citm_catalog-2 | 2.2x | 2.0x |
- | UnmarshalDataset/canada-2 | 1.8x | 1.4x |
- | UnmarshalDataset/config-2 | 4.4x | 2.9x |
- | [Geo mean] | 2.8x | 2.6x |
+ | Marshal/SimpleDocument/map-2 | 1.8x | 2.9x |
+ | Marshal/SimpleDocument/struct-2 | 2.7x | 4.2x |
+ | Unmarshal/SimpleDocument/map-2 | 4.5x | 3.1x |
+ | Unmarshal/SimpleDocument/struct-2 | 6.2x | 3.9x |
+ | UnmarshalDataset/example-2 | 3.1x | 3.5x |
+ | UnmarshalDataset/code-2 | 2.3x | 3.1x |
+ | UnmarshalDataset/twitter-2 | 2.5x | 2.6x |
+ | UnmarshalDataset/citm_catalog-2 | 2.1x | 2.2x |
+ | UnmarshalDataset/canada-2 | 1.6x | 1.3x |
+ | UnmarshalDataset/config-2 | 4.3x | 3.2x |
+ | [Geo mean] | 2.7x | 2.8x |