Skip to content

Commit

Permalink
added benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Jan 7, 2025
1 parent 107fef9 commit cafa6bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
### Tests
* Unit test coverage #1252 @scottf

### Benchmark

```
┌─────────────────────┬───────────────────┬─────────────────┬──────────────────────────┬──────────────────┐
│ │ count │ time │ msgs/sec │ bytes/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ Pubish Async │ 5,000,000 msgs │ 3:10.530 │ 26,242.586 msgs/sec │ 25.03 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ Simplified Fetch │ 5,000,000 msgs │ 5:08.620 │ 16,201.154 msgs/sec │ 15.45 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ Simplified Iterate │ 5,000,000 msgs │ 2:16.095 │ 36,739.043 msgs/sec │ 35.04 mb/sec │
└─────────────────────┴───────────────────┴─────────────────┴──────────────────────────┴──────────────────┘
```

## 2.20.4

Expand Down

0 comments on commit cafa6bb

Please sign in to comment.