srotya / sidewinder

Fast and scalable timeseries database
http://sidewinder.srotya.com
Apache License 2.0
25 stars 10 forks source link

Memory optimization using iterators #140

Closed ambud closed 5 years ago

ambud commented 5 years ago

Old grafana API: / New grafana API: /grafana/v2/

codecov-io commented 5 years ago

Codecov Report

Merging #140 into master will decrease coverage by 3.13%. The diff coverage is 29%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #140      +/-   ##
============================================
- Coverage     57.43%   54.29%   -3.14%     
- Complexity     1020     1068      +48     
============================================
  Files           124      141      +17     
  Lines          6016     6730     +714     
  Branches        709      787      +78     
============================================
+ Hits           3455     3654     +199     
- Misses         2341     2841     +500     
- Partials        220      235      +15
Impacted Files Coverage Δ Complexity Δ
...nder/core/functions/list/SingleSeriesFunction.java 100% <ø> (ø) 4 <0> (?)
...nder/core/functions/list/BasicSingleFunctions.java 56.31% <ø> (ø) 0 <0> (?)
...core/functions/list/SignalProcessingFunctions.java 0% <ø> (ø) 0 <0> (?)
...dewinder/core/functions/list/ConstantFunction.java 0% <ø> (ø) 0 <0> (?)
...ewinder/core/functions/list/TransformFunction.java 66.66% <ø> (ø) 4 <0> (?)
...dewinder/core/functions/list/WindowedFunction.java 84% <ø> (ø) 7 <0> (?)
...com/srotya/sidewinder/core/analytics/Nd4jTest.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
.../sidewinder/core/functions/list/FunctionTable.java 83.87% <ø> (ø) 8 <0> (?)
.../sidewinder/core/functions/list/ChainFunction.java 91.66% <ø> (ø) 5 <0> (?)
...r/core/functions/list/BasicTransformFunctions.java 35% <ø> (ø) 0 <0> (?)
... and 59 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 989406f...372512b. Read the comment docs.