I'm trying to run a Performance TEst with a tool named K6 (free and open-source load testing tool), my test is about to test a Website Performance, and when I run the Test I got this:
WARN[0029] Request Failed
error="Get https://i.ytimg.com/vi/xtee7r5-ztY/hqdefault.jpg?
sqp=-oaymwEYCKgBEF5IVfKriqkDCwgBFQAAiEIYAXAB&rs=AOn4CLBlViQFOGYBjH0iGMUyeyWwj0CRHQ:
read tcp 10.61.19.91:27672->172.217.19.86:443: wsarecv: A connection attempt failed because
the connected party did not properly respond after a period of time, or established
connection failed because connected host has failed to respond."
WARpanic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x30 pc=0xa48c2c]
The test can be run on the command line with command:
k6 run --out influxdb=http://localhost:8086/VideoRecord_DB D:\Applications\K6-Scripts\VideoRecording.js`
this is the k6 version:
C:\Users\diz>k6 version
k6 v0.26.1 (dev build, go1.13, windows/amd64)