plume-oss / plume

Plume is a code representation benchmarking library with options to extract the AST from Java bytecode and store the result in various graph databases.
https://plume-oss.github.io/plume-docs/
Apache License 2.0
70 stars 9 forks source link

Improved Neo4j Performance #234

Closed DavidBakerEffendi closed 2 years ago

DavidBakerEffendi commented 2 years ago

Fixed

Related issues:

None

Reviewer

@DavidBakerEffendi

codecov[bot] commented 2 years ago

Codecov Report

Merging #234 (3fb2803) into master (17a5001) will decrease coverage by 0.09%. The diff coverage is 81.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   81.22%   81.12%   -0.10%     
==========================================
  Files          30       30              
  Lines        1981     2029      +48     
  Branches      126      127       +1     
==========================================
+ Hits         1609     1646      +37     
- Misses        372      383      +11     
Impacted Files Coverage Δ
...om/github/plume/oss/drivers/TigerGraphDriver.scala 87.58% <ø> (-1.01%) :arrow_down:
...ala/com/github/plume/oss/drivers/Neo4jDriver.scala 82.25% <75.60%> (-1.80%) :arrow_down:
...n/scala/com/github/plume/oss/drivers/IDriver.scala 99.21% <100.00%> (+0.21%) :arrow_up: