OptionalreuseBy 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.
Optionalsignal
An object that contains an AbortSignal as the optional
signalproperty.Example