Skip to content

Commit

Permalink
Merge af5e697 into 5738ce0
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed May 25, 2023
2 parents 5738ce0 + af5e697 commit e50d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Expand Up @@ -366,7 +366,7 @@ func getCmdRun(gs *state.GlobalState) *cobra.Command {
{{.}} run -u 5 -d 10s script.js
# Ramp VUs from 0 to 100 over 10s, stay there for 60s, then 10s down to 0.
{{.}} run -u 0 -s 10s:100 -s 60s -s 10s:0
{{.}} run -u 0 -s 10s:100 -s 60s:100 -s 10s:0
# Send metrics to an influxdb server
{{.}} run -o influxdb=http://1.2.3.4:8086/k6`[1:])
Expand Down

0 comments on commit e50d5ef

Please sign in to comment.