Speed up timestamp generation when logging (#9933)

* Speed up timestamp generation when logging

* Align to review comments.

* Correct a typo
This commit is contained in:
Koute
2021-10-05 21:15:18 +09:00
committed by GitHub
parent d45aada6a7
commit 400f3e6579
7 changed files with 230 additions and 21 deletions
+2
View File
@@ -8537,6 +8537,8 @@ version = "4.0.0-dev"
dependencies = [
"ansi_term 0.12.1",
"atty",
"chrono",
"criterion",
"lazy_static",
"log 0.4.14",
"once_cell",