Skip to content

Commit

Permalink
Bump org.json:json from 20231013 to 20240303
Browse files Browse the repository at this point in the history
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240303.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Mar 14, 2024
1 parent d609460 commit cd91c52
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 @@ -1440,7 +1440,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<version>20240303</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
Expand Down

1 comment on commit cd91c52

@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: cd91c52 Previous: 1530f0a Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12775.25265103394 ms/op 12385.880105942719 ms/op 1.03
org.janusgraph.GraphCentricQueryBenchmark.getVertices 899.8140058008144 ms/op 897.5208673932261 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.97301867028986 ms/op 216.14179947499997 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 346.63071576032047 ms/op 332.1309897483333 ms/op 1.04
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 201.07905714989943 ms/op 215.02071580531708 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4650.603754817566 ms/op 4664.188207695399 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17577.180435562146 ms/op 16352.527830474333 ms/op 1.07
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19308.780425240002 ms/op 19824.599960445456 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55869.43102976667 ms/op 56201.26617166666 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8528.845558519402 ms/op 7906.645219600678 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 377.69683256917057 ms/op 379.8377001964137 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3935.28918416935 ms/op 3886.8713759808343 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getNames 8557.420804969757 ms/op 8135.59305787296 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5462.81288042331 ms/op 5503.356218245031 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7123.401523489441 ms/op 7024.7527374147185 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 430.6277023706761 ms/op 427.17314494545025 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12086.367889114168 ms/op 11926.323378581046 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 355.3238179551468 ms/op 361.90201198876565 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12994.176955731575 ms/op 13280.235397442804 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 244.92859115018368 ms/op 245.53304211034066 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14280.066453951747 ms/op 13693.67385197527 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8457.033836791288 ms/op 8163.851328829417 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9389.624901876672 ms/op 8777.982757626436 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 9076.996431812859 ms/op 8487.195678565702 ms/op 1.07

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

Please sign in to comment.