LOADTEST

Run loadtest on any network

LOADTEST GITHUB ACTION - https://github.com/0chain/zus-cicd/actions/workflows/loadtest.yaml

INTRODUCTION

A performance testing method called load testing looks at how a system behaves under particular circumstances to evaluate its scalability, dependability, and responsiveness. It entails putting the system under simulated real-world pressures in order to assess how well it can manage multiple concurrent users and transactions. Finding performance bottlenecks and working out the system's maximum capacity before performance declines are the main objectives.

The value of load testing resides in its capacity to verify if an application can manage anticipated user loads, ensuring it operates at top efficiency even under heavy demand. Organizations can proactively improve their systems, delivering a smooth and dependable user experience while reducing revenue loss and maintaining corporate credibility, by proactively recognizing performance limits and potential bottlenecks.

GITHUB ACTION

This git-action will point loadtest over the network you want to.

This requires 3 inputs :

  1. Loadtest image tag

  2. Network name like demo

  3. Domain name like 0chain.net

RESULT

loadtest-network rancher will showing your pod and you can manage it from rancher.

Loadtest result will be visible on link like https://loadtest-network.0chain.net/test/status

https://loadtest-network.0chain.net/network-name/status

Last updated