Skip to content

Commit b98f97a

Browse files
committed
chore: update readme
1 parent dd69688 commit b98f97a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ Resources:
3737

3838
**Read** (best of 3 runs):
3939

40-
| Library | Timing |
41-
| ---------------------------------------------------------------------------------------------------------------- | ------ |
42-
| [This library](example/benchmark/read-native/main.go) | 655ms |
43-
| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/v2/benchmark/v2/read-native/main.go) | 849ms |
40+
| Library | Timing |
41+
| ------------------------------------------------------------------------------------------------------------------ | ------ |
42+
| [This library](example/benchmark/read-native/main.go) | 655ms |
43+
| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/main/benchmark/v2/read-native/main.go) | 849ms |
4444

4545
**Write** (best of 3 runs):
4646

47-
| Library | Timing |
48-
| -------------------------------------------------------------------------------------------------------------------------- | ------ |
49-
| [This library](example/benchmark/write-native-columnar/main.go) | 475ms |
50-
| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/v2/benchmark/v2/write-native-columnar/main.go) | 881ms |
47+
| Library | Timing |
48+
| ---------------------------------------------------------------------------------------------------------------------------- | ------ |
49+
| [This library](example/benchmark/write-native-columnar/main.go) | 475ms |
50+
| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/main/benchmark/v2/write-native-columnar/main.go) | 881ms |
5151

5252
## Installation
5353

0 commit comments

Comments
 (0)