PHP Trait Phive\Queue\Tests\Queue\Performance

Datei anzeigen Open project: rybakit/phive-queue

Public Methods

Method Description
providePerformancePopDelay ( )
testPushPopPerformance ( $delay )

Protected Methods

Method Description
benchmarkPush ( $queueSize, $item, $delay )
getPerformanceItemLength ( )
getPerformanceQueueSize ( )
printPerformanceResult ( $total, $runtime )

Method Details

benchmarkPush() protected method

protected benchmarkPush ( $queueSize, $item, $delay )

getPerformanceItemLength() protected static method

protected static getPerformanceItemLength ( )

getPerformanceQueueSize() protected static method

protected static getPerformanceQueueSize ( )

printPerformanceResult() protected method

protected printPerformanceResult ( $total, $runtime )

providePerformancePopDelay() public method

testPushPopPerformance() public method

public testPushPopPerformance ( $delay )