hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
117 stars 109 forks source link

Inconsistent perf test results #8596

Closed xin-hedera closed 1 week ago

xin-hedera commented 1 week ago

Description

The k6 perf test results fluctuate a lot across different runs for release 0.107. Close examination shows it's largely due to k8s schedule dynamics that in every run, the speed to ramp up pods, and the actual pod CPU usage level vary a lot. Thus, we need to adjust resources configuration and HPA to get consistent resources thus consistent test results.

Steps to reproduce

Run the k6 test suite multiple times and compare the results.

Additional context

No response

Hedera network

other

Version

v0.107.1

Operating system

None