TadghW / rust-http-stress-test

Simple stress test for your web app to demonstrate fearless concurrency in rust. Functions, but can be improved. Chat with me for details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MHT, a stress test for other people's websites

'Stress Test' written in Rust with Tokio and Reqwest, front end is written in vanilla JS with Tauri. You can find the system code in 'src-tauri/src'. The interface code is in 'src/' as the project is compiled with npm.

How to run from source

  1. Install required software:
  1. Clone the repository into a local directory

  2. Run npm install from your terminal at the root of the directory

  3. Run npm run tauri dev from your terminal at the root of the directory

Recommended IDE Setup

VS Code + rust-analyzer

Currently only tested on Windows 11-22H2 (22621.2861)

About

Simple stress test for your web app to demonstrate fearless concurrency in rust. Functions, but can be improved. Chat with me for details.


Languages

Language:Rust 55.9%Language:JavaScript 35.1%Language:CSS 5.4%Language:HTML 3.6%