Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need to use a PAT (personal access token) instead of the default `GITHUB_TOKEN` as that doesn't trigger any workflow runs by design: > When you use the repository's GITHUB_TOKEN to perform tasks, events > triggered by the GITHUB_TOKEN, with the exception of workflow_dispatch > and repository_dispatch, will not create a new workflow run. This > prevents you from accidentally creating recursive workflow runs. Source: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow The PAT used here is from our new bot: https://github.com/janusgraph-automations So that should become the author of backporting PRs from now on. This fixes #3635 Signed-off-by: Florian Hockmann <[email protected]>
- Loading branch information
a12f862
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
21729.92100944222
ms/op20132.68260361965
ms/op1.08
org.janusgraph.GraphCentricQueryBenchmark.getVertices
1738.6317850183432
ms/op1617.8956294193085
ms/op1.07
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
223.6678980695652
ms/op222.76279991304347
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
594.6822797650794
ms/op541.8996275500001
ms/op1.10
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
391.43808409121726
ms/op368.0788711730627
ms/op1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
7147.360323413984
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
45786.377207469995
ms/oporg.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
38271.0101459
ms/oporg.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
62935.788484699995
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
21878.41895092096
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
813.8178466912553
ms/oporg.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
6041.061926169658
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getNames
23585.549524290713
ms/op19643.66567439762
ms/op1.20
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
10101.975764257144
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
867.2563142263111
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
31180.803507512388
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
810.788311909888
ms/oporg.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
36439.932164000005
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
509.2021066648288
ms/oporg.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
42105.8714275
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
23661.684961217856
ms/op19824.388658859913
ms/op1.19
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
24685.502377066987
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
23918.366391733332
ms/opThis comment was automatically generated by workflow using github-action-benchmark.