Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Quantum Fusion Scripts

Collection of blockchain testing and monitoring tools for QuantumFusion network.

## Projects

### 🔗 Chain Load Test
Load testing tool for measuring blockchain performance and TPS (Transactions Per Second).

**Features:**
- Load balancing scenarios
- TPS measurement
- Network stability testing
32 changes: 21 additions & 11 deletions chain-load-test/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
### Load tests contain scenarios designed to check load balancing and transactions per second (TPS) on the blockchain.
# Chain Load Test

## Envs:
Load tests contain scenarios designed to check load balancing and transactions per second (TPS) on the blockchain.

``` NODE_URL: Chain url ```
## Environment Variables

``` SENDER: sender private key ```
```bash
NODE_URL: Chain URL
SENDER: Sender private key
RECIPIENT: Recipient private key
```

``` RECEPIENT: recepient private key ```
## Installation

```bash
npm install
```

## Commands:
## Usage

### Install deps
```bash
npm run test
```

```npm install```
## Description

### run tests

```npm run test```
This tool provides load testing scenarios for blockchain networks to measure:
- Transaction throughput (TPS)
- Load balancing performance
- Network stability under stress