Skip to content

Commit

Permalink
Bump graalvm-nativeimage.version from 22.3.1 to 22.3.2
Browse files Browse the repository at this point in the history
Bumps `graalvm-nativeimage.version` from 22.3.1 to 22.3.2.

Updates `graal-sdk` from 22.3.1 to 22.3.2
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](https://github.com/oracle/graal/commits)

Updates `svm` from 22.3.1 to 22.3.2
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](https://github.com/oracle/graal/commits)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.nativeimage:svm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jun 9, 2023
1 parent dac1ea1 commit 01ee296
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 @@ -115,7 +115,7 @@
<!-- align with org.apache.solr:solr-solrj -->
<jetty.version>9.4.51.v20230217</jetty.version>
<log4j2.version>2.20.0</log4j2.version>
<graalvm-nativeimage.version>22.3.1</graalvm-nativeimage.version>
<graalvm-nativeimage.version>22.3.2</graalvm-nativeimage.version>
<caffeine.version>2.9.3</caffeine.version>
<checker-qual.version>3.33.0</checker-qual.version>
</properties>
Expand Down

1 comment on commit 01ee296

@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: 01ee296 Previous: 3a7ba53 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 17327.57253432073 ms/op 20132.68260361965 ms/op 0.86
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1636.3002274908422 ms/op 1617.8956294193085 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 222.5803783826087 ms/op 222.76279991304347 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 524.114308171111 ms/op 541.8996275500001 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 588.49327789196 ms/op 368.0788711730627 ms/op 1.60
org.janusgraph.CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 155603.78986942276 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 38393.732327439044 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 18969.532304673427 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 724.7204047604097 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 157067.54081645538 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNames 18932.4657526868 ms/op 19643.66567439762 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 837.7423604648632 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 26889.62206133333 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 705.9536334762862 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 201395.12586160476 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 163203.77953060242 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 493.5726136373467 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 19321.874866162645 ms/op 19824.388658859913 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 21019.351671263637 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 19338.299474140476 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 256021.63094252624 ms/op

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

Please sign in to comment.