Closed victor-yanev closed 2 weeks ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
22 files - 3 270 suites - 66 35m 6s :stopwatch: - 3m 39s 605 tests - 2 595 :white_check_mark: + 3 4 :zzz: ±0 6 :x: - 5 716 runs - 142 704 :white_check_mark: - 131 4 :zzz: - 3 8 :x: - 8
For more details on these failures, see this check.
Results for commit 4767b4dd. ± Comparison against base commit d6fece1e.
:recycle: This comment has been updated with latest results.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.39%. Comparing base (
d6fece1
) to head (4767b4d
). Report is 2 commits behind head on main.
Description:
Problem
The current report of the k6 performance tests for the WS-server is currently misleading:
scenarioDurationGauge
is currently only tracking the duration of the request which establishes connection with the WS server and not the actual JSON-RPC request.Solution
Refactor the current tests to capture valid scenario duration metrics in the report (through the
scenarioDurationGauge
)Related issue(s):
Fixes #3167
Notes for reviewer:
Results after running the WS performance tests against testnet:
Checklist