uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3.02k stars 234 forks source link

move memutils code into cgoutils #198

Closed jshencode closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #198 into master will increase coverage by 0.03%. The diff coverage is 84.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
+ Coverage      74%   74.03%   +0.03%     
==========================================
  Files         143      144       +1     
  Lines       19125    19132       +7     
==========================================
+ Hits        14153    14165      +12     
+ Misses       3931     3924       -7     
- Partials     1041     1043       +2
Impacted Files Coverage Δ
memstore/cuckoo_index.go 91.27% <100%> (ø) :arrow_up:
query/aql_nonaggr_batchexecutor.go 82.69% <100%> (ø) :arrow_up:
query/aql_batchexecutor.go 86.44% <100%> (ø) :arrow_up:
cgoutils/memory.go 88.23% <100%> (ø)
query/aql_postprocessor.go 80.31% <100%> (ø) :arrow_up:
memstore/vector_party.go 74.92% <100%> (ø) :arrow_up:
query/device_manager.go 95.31% <100%> (ø) :arrow_up:
query/hll.go 76.52% <100%> (ø) :arrow_up:
memstore/vector.go 95.41% <100%> (ø) :arrow_up:
query/stats.go 90.42% <50%> (ø) :arrow_up:
... and 5 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 12ffdc7...e1d86db. Read the comment docs.