Optional
reuseBy default measuring perf should include the time it takes to establish a connection, so a new connection will be opened for every performance run.
To override this and re-use an existing connection if one is present, pass
true
here.
false
Optional
signal
An object that contains an AbortSignal as the optional
signal
property.Example