tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

More efficient buffer growing, frame masking, content length writing, and lookup of header values #669

Closed plokhotnyuk closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #669 into master will increase coverage by 0.06%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #669      +/-   ##
==========================================
+ Coverage   85.72%   85.79%   +0.06%     
==========================================
  Files         105      105              
  Lines        4497     4505       +8     
  Branches      426      422       -4     
==========================================
+ Hits         3855     3865      +10     
+ Misses        642      640       -2
Impacted Files Coverage Δ
...main/scala/colossus/protocols/http/HttpParse.scala 100% <100%> (ø) :arrow_up:
...protocols/http/streaming/StreamingHttpClient.scala 93.75% <100%> (ø) :arrow_up:
...c/main/scala/colossus/protocols/http/package.scala 53.33% <100%> (ø) :arrow_up:
...scala/colossus/protocols/websocket/Websocket.scala 92.12% <100%> (+0.82%) :arrow_up:
...sus/protocols/http/filters/FilterHeaderUtils.scala 100% <100%> (ø) :arrow_up:
...ossus/src/main/scala/colossus/core/DataBlock.scala 94.44% <100%> (-0.8%) :arrow_down:
...in/scala/colossus/protocols/http/HttpRequest.scala 88.88% <100%> (ø) :arrow_up:
...n/scala/colossus/protocols/http/HttpResponse.scala 89.79% <100%> (ø) :arrow_up:
...rc/main/scala/colossus/protocols/http/Header.scala 85.29% <81.25%> (-1.49%) :arrow_down:
...olossus/src/main/scala/colossus/util/Parsing.scala 90.93% <89.47%> (+0.05%) :arrow_up:
... and 1 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 773e405...6ae06b6. Read the comment docs.