-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #4164 Added new test document and updated assertions Use tokenizer that mimics Solr's standardized tokenizer Geo predicate tweaking Implemented TextContainsPhrase for Solr Signed-off-by: Allan Clements <criminosis@gmail.com>
- Loading branch information
1 parent
5366ccc
commit 7f6ffcf
Showing
4 changed files
with
91 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7f6ffcf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete
13063.638785858902
ms/op12680.52121584944
ms/op1.03
org.janusgraph.GraphCentricQueryBenchmark.getVertices
980.1331281582
ms/op946.1991648605788
ms/op1.04
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
217.4381106938406
ms/op216.51924765760867
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
334.5315412339286
ms/op328.4675163035714
ms/op1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
283.5699885646962
ms/op215.8624815020201
ms/op1.31
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4831.140288248643
ms/op4711.280303147771
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16253.5108983625
ms/op16129.9021280299
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
18568.689926633335
ms/op19119.208413993936
ms/op0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
56454.25968296666
ms/op56525.3501156
ms/op1.00
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1555.0436901426815
ms/op1523.7522914534168
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8123.031847816502
ms/op7799.471178472484
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
382.50290392447835
ms/op384.5405156445462
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4135.998198591482
ms/op4075.459209930526
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getNames
8157.783878229791
ms/op7932.961625070493
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5608.962217386235
ms/op5659.284705106655
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels
6732.2511103583765
ms/op6801.423480011134
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
448.9820629396201
ms/op443.8805147481218
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12213.302252646323
ms/op12372.07786569286
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
362.45598895587614
ms/op360.2383631876407
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14301.630771362143
ms/op14099.262570064471
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
251.2028249204292
ms/op251.27212434559598
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
13729.596527608846
ms/op14334.995027000543
ms/op0.96
org.janusgraph.CQLCompositeIndexInlinePropBenchmark.searchVertices
1562.5274617628727
ms/op1529.2717455279758
ms/op1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVerticesGremlinQuery
1578.5628879747924
ms/op1526.3746183808378
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
7879.127487822016
ms/op7784.406096524492
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8457.529348093081
ms/op8733.725882423576
ms/op0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8529.25333873875
ms/op8235.438418133372
ms/op1.04
This comment was automatically generated by workflow using github-action-benchmark.