From e1cad6515e15038d2153454f519004290eda9af5 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sun, 10 Apr 2022 22:13:17 -0400 Subject: [PATCH] Update benchmarks in README --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c391d96d..ca5b5ced 100644 --- a/README.md +++ b/README.md @@ -161,11 +161,11 @@ Execution time speedup compared to other Go TOML libraries: Marshal/HugoFrontMatter-21.9x1.9x - Marshal/ReferenceFile/map-21.7x1.9x - Marshal/ReferenceFile/struct-22.4x2.6x - Unmarshal/HugoFrontMatter-22.9x2.5x - Unmarshal/ReferenceFile/map-22.7x2.6x - Unmarshal/ReferenceFile/struct-24.8x5.1x + Marshal/ReferenceFile/map-21.7x1.8x + Marshal/ReferenceFile/struct-22.2x2.5x + Unmarshal/HugoFrontMatter-22.9x2.9x + Unmarshal/ReferenceFile/map-22.6x2.9x + Unmarshal/ReferenceFile/struct-24.4x5.3x
See more @@ -178,17 +178,17 @@ provided for completeness.

Benchmarkgo-toml v1BurntSushi/toml - Marshal/SimpleDocument/map-21.7x2.1x - Marshal/SimpleDocument/struct-22.5x2.8x - Unmarshal/SimpleDocument/map-24.1x3.1x - Unmarshal/SimpleDocument/struct-26.4x4.3x - UnmarshalDataset/example-23.4x3.2x - UnmarshalDataset/code-22.2x2.5x - UnmarshalDataset/twitter-22.8x2.7x - UnmarshalDataset/citm_catalog-22.2x2.0x - UnmarshalDataset/canada-21.8x1.4x - UnmarshalDataset/config-24.4x2.9x - [Geo mean]2.8x2.6x + Marshal/SimpleDocument/map-21.8x2.9x + Marshal/SimpleDocument/struct-22.7x4.2x + Unmarshal/SimpleDocument/map-24.5x3.1x + Unmarshal/SimpleDocument/struct-26.2x3.9x + UnmarshalDataset/example-23.1x3.5x + UnmarshalDataset/code-22.3x3.1x + UnmarshalDataset/twitter-22.5x2.6x + UnmarshalDataset/citm_catalog-22.1x2.2x + UnmarshalDataset/canada-21.6x1.3x + UnmarshalDataset/config-24.3x3.2x + [Geo mean]2.7x2.8x

This table can be generated with ./ci.sh benchmark -a -html.