• Returns string showing performance test results with the percentage that the test was over (or under) the expected time.

    Parameters

    • duration: number

      the actual length of time the test ran in seconds

    • expected: number

      the expected length of time in seconds

    Returns string

    string showing performance test results

Generated using TypeDoc