Skip to content

Commit

Permalink
Bump org.ow2.asm:asm from 9.5 to 9.6
Browse files Browse the repository at this point in the history
Bumps org.ow2.asm:asm from 9.5 to 9.6.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and li-boxuan committed Oct 3, 2023
1 parent 5e3674b commit 1ebc741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down

1 comment on commit 1ebc741

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 1ebc741 Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14815.043528669064 ms/op 14750.912757292574 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1416.4865986313466 ms/op 1346.1948471823591 ms/op 1.05
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 222.16565417391303 ms/op 221.0470166869565 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 475.3166907242424 ms/op 463.2053476121212 ms/op 1.03
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 422.24034189199995 ms/op 473.90261975756744 ms/op 0.89
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 9327.865037341979 ms/op 8776.908210320456 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 34982.16967118429 ms/op 29926.15626700794 ms/op 1.17
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 36057.20209775476 ms/op 32526.844515654997 ms/op 1.11
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 70296.61415806667 ms/op 59550.41166966667 ms/op 1.18
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 17642.327022673333 ms/op 15006.601503888596 ms/op 1.18
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 639.4160563163867 ms/op 610.4456304918209 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 9107.737766073406 ms/op 8351.21971247489 ms/op 1.09
org.janusgraph.CQLMultiQueryBenchmark.getNames 17211.345095251818 ms/op 14737.422644903432 ms/op 1.17
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11210.153800606007 ms/op 10903.708326936881 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getLabels 15231.986313259402 ms/op 13305.68422999396 ms/op 1.14
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 693.7673171269169 ms/op 672.9530191288869 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 23647.89964370889 ms/op 21151.69997790227 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 601.2355451531103 ms/op 566.2220666199714 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 30819.30362493857 ms/op 25822.55861829052 ms/op 1.19
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 424.3825273734366 ms/op 411.4887692411499 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 33612.68451077956 ms/op 29794.881563733332 ms/op 1.13
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 17277.06494649391 ms/op 14451.119747276667 ms/op 1.20
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 18338.77622312857 ms/op 16086.213028835715 ms/op 1.14
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 17489.842928978203 ms/op 14981.480702516508 ms/op 1.17

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.