Skip to content

Commit a371c25

Browse files
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 workflow
1 parent e10077d commit a371c25

3 files changed

Lines changed: 2 additions & 98 deletions

File tree

.github/workflows/_build-binaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: "Base Reth Node version to build"
2020
required: false
2121
type: string
22-
default: "1e4a8a7"
22+
default: "main"
2323

2424
# Set minimal permissions for all jobs by default
2525
permissions:

.github/workflows/load-test.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

clients/versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GETH_VERSION="v1.101604.0"
1212

1313
# Base Reth Node Configuration
1414
BASE_RETH_NODE_REPO="https://github.com/base/base"
15-
BASE_RETH_NODE_VERSION="1e4a8a7"
15+
BASE_RETH_NODE_VERSION="main"
1616

1717
# Build Configuration
1818
# BUILD_DIR="./build"

0 commit comments

Comments
 (0)