Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilhoGN committed Dec 7, 2024
1 parent bed2b2e commit cfe54f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Stressify Performance Test

**Stressify Performance Test** is a performance testing tool written in Julia, inspired by tools like K6. It enables developers to simulate and analyze the performance of APIs under various load conditions with ease.
**Stressify Performance Test** is a performance testing tool written in Julia, inspired by tools like K6. Its primary focus is on collecting, analyzing, and generating customizable metrics to help developers gain deeper insights into the performance of APIs under various load conditions. With Stressify, you can easily track performance indicators and extend the tool to create new metrics tailored to your needs.

## 🚀 Features

Expand Down Expand Up @@ -63,14 +63,6 @@ results = Stressify.run_test(
)
```

### Real-Time Dashboard

1. Start the dashboard:
```bash
julia --project -e 'using Stressify.Dashboard; Stressify.Dashboard.start_dashboard()'
```
2. Open [http://localhost:8080](http://localhost:8080) in your browser to monitor the test in real time.

---

## 📊 Metrics
Expand Down

0 comments on commit cfe54f0

Please sign in to comment.