From b98f97a09e4adac39d481fabd548778669152bfa Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 21 Jan 2023 12:28:32 +0200 Subject: [PATCH] chore: update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2c0babf..06cd92d 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ Resources: **Read** (best of 3 runs): -| Library | Timing | -| ---------------------------------------------------------------------------------------------------------------- | ------ | -| [This library](example/benchmark/read-native/main.go) | 655ms | -| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/v2/benchmark/v2/read-native/main.go) | 849ms | +| Library | Timing | +| ------------------------------------------------------------------------------------------------------------------ | ------ | +| [This library](example/benchmark/read-native/main.go) | 655ms | +| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/main/benchmark/v2/read-native/main.go) | 849ms | **Write** (best of 3 runs): -| Library | Timing | -| -------------------------------------------------------------------------------------------------------------------------- | ------ | -| [This library](example/benchmark/write-native-columnar/main.go) | 475ms | -| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/v2/benchmark/v2/write-native-columnar/main.go) | 881ms | +| Library | Timing | +| ---------------------------------------------------------------------------------------------------------------------------- | ------ | +| [This library](example/benchmark/write-native-columnar/main.go) | 475ms | +| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/main/benchmark/v2/write-native-columnar/main.go) | 881ms | ## Installation