MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

ci: use actions to install nextest and cargo-llvm-cov #82

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

As titiled.

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (a3eb21a) into main (8142191) will increase coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #82      +/-   ##
==========================================
+ Coverage   87.02%   87.07%   +0.04%     
==========================================
  Files          55       55              
  Lines        4409     4409              
==========================================
+ Hits         3837     3839       +2     
+ Misses        572      570       -2     
Impacted Files Coverage Δ
wheel/src/worker/sstable_uploader.rs 88.99% <0.00%> (+1.83%) :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 8142191...a3eb21a. Read the comment docs.

MrCroxx commented 2 years ago

w/o cache: 8m 19s

image
MrCroxx commented 2 years ago

w cache: 6m 2s

image