Go service that load tests the Cast SMS/OTP API with configurable concurrent threads, target RPS, ramp-up period, and message parts. Features live stats, final report with SMS parts tracking, and config warnings for suboptimal test parameters. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
71 B
Modula-2
6 lines
71 B
Modula-2
module cast-loadtest
|
|
|
|
go 1.22
|
|
|
|
require github.com/joho/godotenv v1.5.1
|