Skip to content

Commit

Permalink
readme performance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Dec 24, 2024
1 parent 04dce08 commit bcc9b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ var_dump($bucket->getAll()); // ['email' => 'nekufa@gmail.com', 'username' => 'n
```

## Performance
Testing on AMD Ryzen 5 3600X with nats running in docker gives about 400k rps for publish and 330k rps for receive in non-verbose mode.
Testing on AMD Ryzen 5 3600X with nats running in docker gives about 370k rps for publish and 360k rps for receive in non-verbose mode.

You can run tests on your environment.
```bash
Expand Down

0 comments on commit bcc9b0f

Please sign in to comment.