Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make duration in precise milliseconds #236

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

fengmk2
Copy link
Contributor

@fengmk2 fengmk2 commented Nov 22, 2021

detail see eggjs/egg-logger#74

before:

[query] [1] DROP TABLE IF EXISTS `clients`

after:

[query] [1.478] DROP TABLE IF EXISTS `clients`

detail see eggjs/egg-logger#74

before:
```log
[query] [1] DROP TABLE IF EXISTS `clients`
```

after:
```log
[query] [1.478] DROP TABLE IF EXISTS `clients`
```
@fengmk2 fengmk2 changed the title feat: make duration in precise milliseconds (#233) feat: make duration in precise milliseconds Nov 22, 2021
@fengmk2
Copy link
Contributor Author

fengmk2 commented Nov 22, 2021

pick from #233

@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2021

Codecov Report

Merging #236 (73c4a26) into v1.x (89747f1) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             v1.x     #236      +/-   ##
==========================================
+ Coverage   97.25%   97.29%   +0.04%     
==========================================
  Files          42       42              
  Lines        3096     3107      +11     
==========================================
+ Hits         3011     3023      +12     
+ Misses         85       84       -1     
Impacted Files Coverage Δ
src/drivers/abstract/spellbook.js 96.58% <100.00%> (+0.03%) ⬆️
src/drivers/mysql/index.js 95.45% <100.00%> (+0.21%) ⬆️
src/drivers/postgres/index.js 98.76% <100.00%> (+0.03%) ⬆️
src/drivers/sqlite/index.js 100.00% <100.00%> (ø)
src/utils/index.js 100.00% <100.00%> (ø)
src/spell.js 95.20% <0.00%> (+0.34%) ⬆️

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 ab34582...73c4a26. Read the comment docs.

@cyjake cyjake merged commit 241ab10 into cyjake:v1.x Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants