Commit a371c25
authored
ci: remove load test benchmark workflow (#176)
* Add load-test frontend
* fixes
* Add throughput chart and run config to load-test detail page
- ThroughputChart: D3 dual-axis line chart (TPS left, gas/s right) with
hover tooltip; positioned by elapsed_secs to handle irregular sample
spacing
- ConfigCard: grouped grid showing load shape, target, funding, repro
seed, and workload mix; omits null fields rather than rendering '\u2014'
- formatEthFromWeiString: BigInt-based wei\u2192ETH for u128 strings that
exceed Number.MAX_SAFE_INTEGER
- Fix top_failure_reasons schema mismatch: API returns [reason, count]
tuples, not {reason, count} objects
- New config and throughput_timeseries fields are optional on
LoadTestResult; sections are gated on presence so older runs that
predate these fields still render cleanly
* Apply prettier formatting to frontend components
* update pinned git
* commits to main
* ci: remove load test benchmark workflow1 parent e10077d commit a371c25
3 files changed
Lines changed: 2 additions & 98 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments