📄️ getMultiRuntime
This method executes a function several times and calculates its execution time several times and puts it in an array.
📄️ getMultiRuntimeCb
This method executes a async function several times and calculates its execution time several times and puts it in an array and makes it available to you as a callback.
📄️ getMultiRuntimeSync
This method executes a async function several times and calculates its execution time several times and puts it in an array.