Commit ceeaa7b
authored
feat: call actual erc20 (#5)
* 50k conns?
* rm: json parsing on testserver
* huge backlog
* allow get
* log concurrent
* limit to 1 worker
* 50 workers
* feat: hyper
* fix?
* actix -> axum
* Update main.rs
* rm batch factor
* 3 second measurement interval
* Update main.rs
* worker id
* request durr
* fix: workers
* Update network.rs
* fix ids
* feat: implied total rps
* Update network.rs
* Update network.rs
* Create genesis.json
* genalloc
* 25k
* start reth
* 50k again?
* wip: try one of 10k addrs
* even workers
* 20k conns
* Update main.rs
* back to 20 acc
* 100 accounts
* 100 acc
* 2500 accounts
* oops fix tx queue reporting
* feat: rand addr
* 500 accounts
* use existing people, log
* allow dead code
* Update tx_gen.rs
* lawging
* hrmf
* 1k accs
* 10k accounts
* wip: startup delay
* Update tx_queue.rs
* Update tx_queue.rs
* log
* moar thresholds
* Update tx_queue.rs
* feat: rayonify
* Update tx_gen.rs
* 50k connections?
* Revert "50k connections?"
This reverts commit 34ec48c.
* log rayon thread pool size
* Update tx_gen.rs
* Initialize Rayon with explicit thread count.
* Update tx_gen.rs
* Update tx_gen.rs
* feat: alternate ratelimit system
* Update tx_queue.rs
* Update tx_queue.rs
* Update tx_queue.rs
* Update tx_queue.rs
* Update tx_queue.rs
* hm
* thresholds
* Update tx_queue.rs
* Update tx_queue.rs
* Update tx_queue.rs
* thresholds
* Update tx_queue.rs
* fewer socket conns
* 10k connections
* 50k RPS?
* feat: longer ramp
* 35k rps?
* Update tx_queue.rs
* 25k
* Update start-reth.sh
* Update genesis.json
* Update start-reth.sh
* batch factor of 5
* fix: implied rps
* disable batching
* feat: even slower ramp up
* slightly faster
* feat: 50k genesis
* feat: better ramp
* oops
* worker ratio
* feat: pareto distribute recipients
* Update tx_gen.rs
* Empty the rate limiter.
* feat: empty rate limiter before AND after
* wip: can we remove first set avail?
* 15k tps
* 20k?
* 15k again
* feat: ramp up faster
* even faster
* faster!
* feat: erc20 precompile testing
* fix: bytes
* Update tx_gen.rs
* lower limit
* erc20 regular spam
* 15k>
* HIGH
* Update tx_queue.rs
* precompile
* Update tx_queue.rs1 parent 3b05d1c commit ceeaa7b
2 files changed
Lines changed: 24 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| |||
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
75 | 85 | | |
76 | 86 | | |
77 | 87 | | |
| |||
0 commit comments