A custom URL shortener use – written in Rust, build with Tokio and Axum, and deployed to Fly.io.
A k6 load-testing script is in the load-test directory.
The load tests can be run with the following command (assuming k6 is installed):
bash
k6 run load-test/script.js
bash
flyctl deploy