Skip to content

Commit

Permalink
update memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed Jul 25, 2024
1 parent 1781dda commit 2384ae2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Running 512000 `Ready<i32>` futures with 256 concurrent jobs.
- dealloc: the number of cumulative bytes deallocated

```
FuturesUnordered
count: 1024002
alloc: 40960144 B
dealloc: 40960000 B
futures::FuturesUnordered
count: 1,024,004
alloc: 40.96 MB
dealloc: 40.96 MB
FuturesUnorderedBounded
count: 2
alloc: 8264 B
dealloc: 0 B
count: 4
alloc: 8.28 KB
dealloc: 8.28 KB
```

### Conclusion
Expand Down

0 comments on commit 2384ae2

Please sign in to comment.