Botfuel / botfuel-dialog

Botfuel SDK to build highly conversational chatbots
https://docs.botfuel.io
Other
102 stars 18 forks source link

feat: Measure response time of nlu & nlu steps #261

Closed windkomo closed 5 years ago

windkomo commented 5 years ago

image

codecov[bot] commented 5 years ago

Codecov Report

Merging #261 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
+ Coverage   86.53%   86.66%   +0.12%     
==========================================
  Files          84       85       +1     
  Lines        1671     1687      +16     
  Branches      230      230              
==========================================
+ Hits         1446     1462      +16     
  Misses        184      184              
  Partials       41       41
Impacted Files Coverage Δ
packages/botfuel-dialog/src/bot.js 65.38% <100%> (+1.74%) :arrow_up:
packages/botfuel-dialog/src/nlus/botfuel-nlu.js 80.23% <100%> (+0.71%) :arrow_up:
packages/botfuel-dialog/src/utils/measure.js 100% <100%> (ø)

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 0592cf6...75a53fc. Read the comment docs.