You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get help
go run cmd/main.go -h
# simulate M/M/1 queue with arrival rate of 1 and service rate of 2 for 1 minute
go run cmd/main.go -arrival.rate 1 -service.rate 2 -run.duration 1m0s