https://github.com/marttp/perf-test-rust-spring-reactive
https://github.com/marttp/perf-test-rust-spring-reactive
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marttp/perf-test-rust-spring-reactive
- Owner: marttp
- Created: 2023-03-21T02:33:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T23:18:49.000Z (about 3 years ago)
- Last Synced: 2025-08-18T16:04:04.830Z (10 months ago)
- Language: Rust
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axum vs Spring WebFlux (GraalVM)
Relate to this blog post:
- [TH] [ลองทำ Performance Test ด้วย k6 — Axum vs Spring WebFlux GraalVM Support](https://tpbabparn.medium.com/ลองทำ-performance-test-ด้วย-k6-axum-vs-spring-webflux-graalvm-support-e516603fe1de)
- [EN] [Testing Performance with k6: Axum vs Spring WebFlux GraalVM Support](https://tpbabparn.medium.com/testing-performance-with-k6-axum-vs-spring-webflux-graalvm-support-62e288204b3a)
Main command for running Test
```bash
docker compose run --rm k6 run /scripts/test.js -u500 -d10s
```