Marko A. Rodriguez created TINKERPOP3-664:
---------------------------------------------
Summary: Benchmark TraversalStrategy execution.
Key: TINKERPOP3-664
URL: https://issues.apache.org/jira/browse/TINKERPOP3-664
Project: TinkerPop 3
Issue Type: Test
Components: process
Reporter: Marko A. Rodriguez
Assignee: Daniel Kuppitz
As we write more {{TraversalStrategies}}, we need to make sure that we are not
introducing too much compilation overhead for the gain we get.
It would be good if there was a performance analysis of each traversal
strategy. It should test:
* How long does it take for a traversal that uses the strategy to execute?
(with and without the strategy applied)
* How long does it take for a traversal that doesn't use the strategy (i.e.
hand optimized) to execute? (with and without strategies).
Finally, a global analysis of the default strategies enabled in TP3 would be
good:
* How long does it take for a traversal that uses each strategy to execute?
(with and without the strategy)
* How long does it take for a traversal that doesn't use any of the strategies
(i.e. hand optimized) to execute? (with and without strategies).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)