Skip to content

Commit

Permalink
test parameters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Jun 12, 2024
1 parent efb5e5b commit a9624c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Please see more details about this feature via [link](https://github.com/th2-net
# Performance

The component provides a performance of 100K events per second if the events are packaged in batches of 20 or
more events(event size: 1.4KB, event status: SUCCEED, attached messages: 1).
more events(event size: 1.4KB, event status: SUCCEED, no attached messages).

Processing speed (K events/sec) vs batch size for estore (under load of 100K events/s):

Expand Down
6 changes: 3 additions & 3 deletions perftest/perftest.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ spec:
```
## Test parameters
| woodpeckers (n) | batch size (events) | event size (KB) | load duration (min) | page duration (days) |
|-----------------|---------------------|-----------------|---------------------|----------------------|
| 2 | 700 | 1.37 | 40 | 1 |
| woodpeckers (n) | batch size (events) | event size (KB) | attached messages (n) | load duration (min) | page duration (days) |
|-----------------|---------------------|-----------------|-----------------------|---------------------|----------------------|
| 2 | 700 | 1.37 | 1 | 40 | 1 |
| component | rate (event/sec) | rate (MB/sec) | Total data size (GB) | Total events (n) |
|------------|------------------|---------------|----------------------|------------------|
Expand Down

0 comments on commit a9624c2

Please sign in to comment.