Took out QBENCHMARK_ONCE as it didn't work on the CDash machine.
This commit is contained in:
parent
1472a6a304
commit
3ab157dc3b
@ -85,7 +85,7 @@ void TestAStarPathfinder::testExecute()
|
|||||||
AStarPathfinder<RawVolume, Material8> pathfinder(params);
|
AStarPathfinder<RawVolume, Material8> pathfinder(params);
|
||||||
|
|
||||||
//Execute the pathfinder.
|
//Execute the pathfinder.
|
||||||
QBENCHMARK_ONCE { pathfinder.execute(); }
|
pathfinder.execute();
|
||||||
|
|
||||||
//Make sure the right number of steps were created.
|
//Make sure the right number of steps were created.
|
||||||
QCOMPARE(result.size(), static_cast<size_t>(24));
|
QCOMPARE(result.size(), static_cast<size_t>(24));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user