mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2024-11-21 17:56:48 +02:00
chore: update readme
This commit is contained in:
parent
e61921245e
commit
8aad92b762
16
README.md
16
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user