Skip to content

Commit

Permalink
Add Redis benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Adham Salama committed Apr 17, 2023
1 parent b7cf0f4 commit 40d1e97
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,20 @@ SET: 40041.64 requests per second
GET: 40650.41 requests per second
```

In comparsion to Redis (also on my machine):

```
redis-benchmark -n 100000 -c 100 -t set,get
SET: 34246.57 requests per second
GET: 34364.26 requests per second
```

```
redis-benchmark -n 500000 -c 1000 -t set,get
SET: 31527.84 requests per second
GET: 32032.80 requests per second
```

Performance may vary depending on the machine you run the benchmarks on.

0 comments on commit 40d1e97

Please sign in to comment.