Skip to content

Integrate evmonly executor with giga store - #3864

Draft
codchen wants to merge 2 commits into
mainfrom
codex/integrate-evmonly-giga-store
Draft

Integrate evmonly executor with giga store#3864
codchen wants to merge 2 commits into
mainfrom
codex/integrate-evmonly-giga-store

optimize evmonly giga store loadtest adapter

1a66532
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2026 in 0s

60.92% (-0.82%) compared to a8f5cd1

View this Pull Request on Codecov

60.92% (-0.82%) compared to a8f5cd1

Details

Codecov Report

❌ Patch coverage is 79.91968% with 100 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.92%. Comparing base (a8f5cd1) to head (1a66532).

Files with missing lines Patch % Lines
giga/evmonly/memory_store.go 81.29% 44 Missing and 31 partials ⚠️
giga/evmonly/cmd/evmonly-loadtest/state.go 0.00% 20 Missing ⚠️
giga/evmonly/giga_store.go 90.47% 2 Missing and 2 partials ⚠️
giga/evmonly/occ.go 87.50% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3864      +/-   ##
==========================================
- Coverage   61.74%   60.92%   -0.82%     
==========================================
  Files        2381     2289      -92     
  Lines      201667   191643   -10024     
==========================================
- Hits       124513   116766    -7747     
+ Misses      66074    64601    -1473     
+ Partials    11080    10276     -804     
Files with missing lines Coverage Δ
giga/evmonly/cmd/evmonly-loadtest/config.go 67.14% <100.00%> (+0.32%) ⬆️
giga/evmonly/cmd/evmonly-loadtest/pipeline.go 71.91% <100.00%> (+1.68%) ⬆️
giga/evmonly/cmd/evmonly-loadtest/sinks.go 75.71% <100.00%> (-0.23%) ⬇️
giga/evmonly/executor.go 87.68% <100.00%> (-0.05%) ⬇️
giga/evmonly/state.go 89.00% <100.00%> (+0.57%) ⬆️
giga/evmonly/types.go 81.81% <ø> (ø)
giga/evmonly/occ.go 81.72% <87.50%> (ø)
giga/evmonly/giga_store.go 90.47% <90.47%> (ø)
giga/evmonly/cmd/evmonly-loadtest/state.go 70.10% <0.00%> (-18.21%) ⬇️
giga/evmonly/memory_store.go 81.29% <81.29%> (ø)

... and 94 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.