forked from JanusGraph/janusgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry bulk request if all errors are configured retry error codes
Signed-off-by: Allan Clements <[email protected]>
- Loading branch information
1 parent
487e10c
commit 6721d34
Showing
1 changed file
with
35 additions
and
19 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
6721d34
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
12848.567318423158
ms/op12689.439979944173
ms/op1.01
org.janusgraph.GraphCentricQueryBenchmark.getVertices
899.7955620690157
ms/op925.013828296019
ms/op0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
215.68559415434783
ms/op216.46225680797102
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
338.52984895488095
ms/op340.16287398523804
ms/op1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
213.98074853100556
ms/op217.50069746084958
ms/op0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4838.562574460619
ms/op5053.275978996042
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16661.57656015059
ms/op16275.762675504468
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19890.44945777515
ms/op19161.81803811333
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
54931.90656433334
ms/op54807.3874225
ms/op1.00
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1530.8468595182978
ms/op1525.6592376795456
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8076.358909087307
ms/op8025.759033073809
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
380.6296355590945
ms/op376.13373544806296
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
3997.614179711392
ms/op4086.6631890165872
ms/op0.98
org.janusgraph.CQLMultiQueryBenchmark.getNames
8258.066978721741
ms/op8416.939881828739
ms/op0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5865.4912391240305
ms/op5611.851519805606
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getLabels
6758.883546882298
ms/op6828.816333819391
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
429.6512296740028
ms/op434.35062048578123
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
11750.807033333316
ms/op11980.571977528334
ms/op0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
363.8937285660601
ms/op355.802058751578
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14146.71597441619
ms/op14729.77276273078
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
248.73769492063587
ms/op243.61035626593375
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
13886.18432533389
ms/op13656.572724210222
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8026.373273786823
ms/op8290.3478513332
ms/op0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8830.257441821106
ms/op9070.803732347935
ms/op0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8522.64897371431
ms/op8637.306367440338
ms/op0.99
This comment was automatically generated by workflow using github-action-benchmark.