Skip to content

Commit 28cad24

Browse files
committed
doc: update v0.0.90 benchmark result
1 parent 877562f commit 28cad24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Build status](https://badge.buildkite.com/d15fbd91b3b22b55c8d799564f84918a322118ae02590858c4.svg)](https://buildkite.com/rueian/rueidis)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/rueian/rueidis)](https://goreportcard.com/report/github.com/rueian/rueidis)
66
[![codecov](https://codecov.io/gh/rueian/rueidis/branch/master/graph/badge.svg?token=wGTB8GdY06)](https://codecov.io/gh/rueian/rueidis)
7-
[![Total alerts](https://img.shields.io/lgtm/alerts/g/rueian/rueidis.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rueian/rueidis/alerts/)
87
[![Maintainability](https://api.codeclimate.com/v1/badges/0d93d524c2b8497aacbe/maintainability)](https://codeclimate.com/github/rueian/rueidis/maintainability)
98

109
A Fast Golang Redis client that does auto pipelining and supports client side caching.
@@ -69,9 +68,9 @@ Rueidis has higher throughput than go-redis v9 across 1, 8, and 64 parallelism s
6968
It is even able to achieve ~14x throughput over go-redis in a local benchmark of Macbook Pro 16" M1 Pro 2021. (see `parallelism(64)-key(16)-value(64)-10`)
7069

7170
#### Single Client
72-
![client_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_set_8.png)
71+
![client_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_set_10.png)
7372
#### Cluster Client
74-
![cluster_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/cluster_test_set_8.png)
73+
![cluster_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/cluster_test_set_10.png)
7574

7675
Benchmark source code: https://github.com/rueian/rueidis-benchmark
7776

@@ -113,7 +112,7 @@ If the OpenTelemetry is enabled by the `rueidisotel.WithClient(client)`, then th
113112

114113
### Benchmark
115114

116-
![client_test_get](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_get_8.png)
115+
![client_test_get](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_get_10.png)
117116

118117
Benchmark source code: https://github.com/rueian/rueidis-benchmark
119118

0 commit comments

Comments
 (0)