-
-
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.
Returning a copied collection to avoid corrupted iterator by multiple…
… threads Signed-off-by: ntisseyre <[email protected]>
- Loading branch information
Showing
6 changed files
with
18 additions
and
10 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
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
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
c9e0e27
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
11975.991611931706
ms/op12385.880105942719
ms/op0.97
org.janusgraph.GraphCentricQueryBenchmark.getVertices
891.9993122162828
ms/op897.5208673932261
ms/op0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
215.43794450833335
ms/op216.14179947499997
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
338.20706768821435
ms/op332.1309897483333
ms/op1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
206.48818390707245
ms/op215.02071580531708
ms/op0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4745.627802571131
ms/op4664.188207695399
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16359.944287511313
ms/op16352.527830474333
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19687.685982958785
ms/op19824.599960445456
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
56911.53172566667
ms/op56201.26617166666
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8024.220524112066
ms/op7906.645219600678
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
379.6767445490278
ms/op379.8377001964137
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
3979.9422536534776
ms/op3886.8713759808343
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames
8011.535199335706
ms/op8135.59305787296
ms/op0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5815.267118299681
ms/op5503.356218245031
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getLabels
6869.1157300562345
ms/op7024.7527374147185
ms/op0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
425.2261499161585
ms/op427.17314494545025
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12762.557303115294
ms/op11926.323378581046
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
355.3501511026233
ms/op361.90201198876565
ms/op0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
13640.597454835
ms/op13280.235397442804
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
242.20685558070096
ms/op245.53304211034066
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
13843.400991503633
ms/op13693.67385197527
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8220.676566548367
ms/op8163.851328829417
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9097.280539574827
ms/op8777.982757626436
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8383.346967098938
ms/op8487.195678565702
ms/op0.99
This comment was automatically generated by workflow using github-action-benchmark.