-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another dependencies update #3018
Conversation
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
@zamarrenolm I updated |
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
I've detected a relevant increase in time when running CGMES unit tests. In my laptop: 2 minutes using main branch (rdf4j 4.3.2) and 3 minutes using rdf4j 4.3.11. I am analysing it in more detail. Will keep you posted. |
For RDF4J, I tried to analyse the performance in detail, using the "query explanation" mechanism provided by the library, then I ran into contradictory information. The "query explanation" says the run time for the queries are more or less the same for 4.3.2 and 4.3.11 (even a little bit better for the new version), but when you "evaluate" the actual query (not inside the "query explanation"), the measured time is much worse for 4.3.11. The "query explanation" run states that fully evaluate the query and iterate over all the result sets, so one would expect similar results of timed "query explanations" and actual "evaluation" of a query. |
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Quality Gate passedIssues Measures |
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Dependencies update
What is the current behavior?
Old dependencies versions
What is the new behavior (if this is a feature change)?
New dependency versions:
Does this PR introduce a breaking change or deprecate an API?
Other information:
A few dependencies cannot be directly updated:
trove4j
is now abandonedunivocity-parsers
is now abandonedannotations
has changed its groupId but is called by graphviz which seems abandonedWe will have to work on those in separate PRs