pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

Update NVML back to master #374

Closed marcinslusarz closed 7 years ago

marcinslusarz commented 7 years ago

With #372 merged and disabling of clone02 test we can use nvml from master again.


This change is Reviewable

codecov[bot] commented 7 years ago

Codecov Report

Merging #374 into master will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #374      +/-   ##
==========================================
+ Coverage   76.91%   77.01%   +0.09%     
==========================================
  Files          67       67              
  Lines        8253     8261       +8     
  Branches     1657     1658       +1     
==========================================
+ Hits         6348     6362      +14     
+ Misses       1495     1486       -9     
- Partials      410      413       +3
Flag Coverage Δ
#ltp_tests 46.52% <ø> (+0.12%) :arrow_up:
#sqlite_tests 45.27% <ø> (+0.04%) :arrow_up:
#tests_antool 14.72% <ø> (-0.02%) :arrow_down:
#tests_posix_multi_threaded 25.08% <ø> (-0.43%) :arrow_down:
#tests_posix_single_threaded 54.31% <ø> (+0.12%) :arrow_up:
#tests_preload 44.89% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile-posix/pool.c 61.57% <0%> (-1.06%) :arrow_down:
src/libpmemfile-posix/inode.c 88.31% <0%> (-0.35%) :arrow_down:
src/libpmemfile-posix/dir.c 85.74% <0%> (+0.24%) :arrow_up:
src/libpmemfile-posix/file.c 75.13% <0%> (+0.27%) :arrow_up:
src/libpmemfile-posix/block_array.c 96.77% <0%> (+0.8%) :arrow_up:
src/libpmemfile-posix/fcntl.c 69.81% <0%> (+3.77%) :arrow_up:
src/libpmemfile-posix/blocks.c 70% <0%> (+7.5%) :arrow_up:
src/libpmemfile-posix/stats.c 57.5% <0%> (+10%) :arrow_up:

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 94b391c...b405dcd. Read the comment docs.