flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

Add new TPS loader load type: EVM batch transfer

Open janezpodhostnik opened this issue 1 year ago • 1 comments

closes: https://github.com/onflow/flow-go/issues/5745

Added evm-batch-transfer load to do multiple EVM transfers within one FVM transaction

janezpodhostnik avatar May 09 '24 13:05 janezpodhostnik

Codecov Report

Attention: Patch coverage is 69.69697% with 90 lines in your changes missing coverage. Please review.

Project coverage is 41.70%. Comparing base (3640d28) to head (51222af).

Files Patch % Lines
integration/benchmark/load/evm_batch_load.go 78.70% 39 Missing and 17 partials :warning:
integration/benchmark/cmd/ci/main.go 0.00% 20 Missing :warning:
integration/benchmark/adjuster.go 0.00% 12 Missing :warning:
integration/benchmark/load/load_type.go 0.00% 2 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5879      +/-   ##
==========================================
+ Coverage   41.64%   41.70%   +0.06%     
==========================================
  Files        1958     1959       +1     
  Lines      137756   138023     +267     
==========================================
+ Hits        57372    57569     +197     
- Misses      74417    74465      +48     
- Partials     5967     5989      +22     
Flag Coverage Δ
unittests 41.70% <69.69%> (+0.06%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar May 09 '24 16:05 codecov-commenter