update documentation based on test results
This commit is contained in:
parent
52f1dbe7a2
commit
591e2d37b4
2 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -15,5 +15,14 @@ message size.
|
|||
## Usage
|
||||
|
||||
```sh
|
||||
cargo run <message size in bytes>
|
||||
cargo run --release <message size in bytes>
|
||||
```
|
||||
|
||||
## Results
|
||||
|
||||
A message size of 1024 bytes can be sufficient to trigger fragmentation when
|
||||
running an optimized build. Results from debug builds are hit-or-miss depending
|
||||
on the host system: they may have no issues with fragmentation regardless of
|
||||
message size, or they may encounter issues at closer to 4096 bytes.
|
||||
|
||||

|
||||
|
|
|
|||
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 116 KiB |
Loading…
Add table
Reference in a new issue