This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new d0b13bd1 Remove the performance benchmark result section in README.md 
(#2299)
d0b13bd1 is described below

commit d0b13bd1fd7c0b5c13868dbfffc114304c74f720
Author: hulk <[email protected]>
AuthorDate: Tue May 7 21:48:41 2024 +0800

    Remove the performance benchmark result section in README.md (#2299)
---
 README.md                 |  35 -----------------------------------
 assets/chart-commands.png | Bin 33058 -> 0 bytes
 assets/chart-threads.png  | Bin 44500 -> 0 bytes
 assets/chart-values.png   | Bin 37571 -> 0 bytes
 4 files changed, 35 deletions(-)

diff --git a/README.md b/README.md
index 582bc082..e33cdabb 100644
--- a/README.md
+++ b/README.md
@@ -183,41 +183,6 @@ Documents are hosted at the [official 
website](https://kvrocks.apache.org/docs/g
 
 Kvrocks community welcomes all forms of contribution and you can find out how 
to get involved on the [Community](https://kvrocks.apache.org/community/) and 
[How to Contribute](https://kvrocks.apache.org/community/contributing) pages.
 
-## Performance
-
-### Hardware
-
-* CPU: 48 cores Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
-* Memory: 32 GiB
-* NET:  Intel Corporation I350 Gigabit Network Connection
-* DISK: 2TB NVMe Intel SSD DC P4600
-
-> Benchmark Client: multi-thread redis-benchmark(unstable branch)
-
-### 1. Commands QPS
-
-> kvrocks: workers = 16, benchmark: 8 threads/ 512 conns / 128 payload
-
-latency: 99.9% < 10ms
-
-![image](assets/chart-commands.png)
-
-### 2. QPS on different payloads
-
-> kvrocks: workers = 16, benchmark: 8 threads/ 512 conns
-
-latency: 99.9% < 10ms
-
-![image](assets/chart-values.png)
-
-### 3. QPS on different workers
-
-> kvrocks: workers = 16, benchmark: 8 threads/ 512 conns / 128 payload
-
-latency: 99.9% < 10ms
-
-![image](assets/chart-threads.png)
-
 ## License
 
 Apache Kvrocks is licensed under the Apache License Version 2.0. See the 
[LICENSE](LICENSE) file for details.
diff --git a/assets/chart-commands.png b/assets/chart-commands.png
deleted file mode 100644
index d9a250a6..00000000
Binary files a/assets/chart-commands.png and /dev/null differ
diff --git a/assets/chart-threads.png b/assets/chart-threads.png
deleted file mode 100644
index 59126366..00000000
Binary files a/assets/chart-threads.png and /dev/null differ
diff --git a/assets/chart-values.png b/assets/chart-values.png
deleted file mode 100644
index f7e0d708..00000000
Binary files a/assets/chart-values.png and /dev/null differ

Reply via email to