PHP Class GraphAware\Neo4j\OGM\Tests\Performance\NodeWithRelsPerformanceTest

Show file Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$stopwatch Symfony\Component\Stopwatch\Stopwatch

Public Methods

Method Description
setUp ( )
testPerformances1 ( )
testPerformances2 ( )

Private Methods

Method Description
assertGraphState ( $numberOfPersons, $numberOfSkills, $numberOfCompanies )
displayMessage ( $numberOfEntities, $numberOfRels, $time )
getQuery ( $numberOfPersons, $maxSkillsPerPerson )
load1000PersonsWith3000RelsDepth1 ( )
load2000PersonsWith5SkillsDepth1 ( )

Method Details

setUp() public method

public setUp ( )

testPerformances1() public method

public testPerformances1 ( )

testPerformances2() public method

public testPerformances2 ( )

Property Details

$stopwatch protected property

protected Stopwatch,Symfony\Component\Stopwatch $stopwatch
return Symfony\Component\Stopwatch\Stopwatch