Commit e9ac514
committed
refactor
* use `gix_date::Time` instead of buffer-based time.
```
❯ ein t hours
08:25:34 traverse commit graph done 1.3M commits in 9.12s (143.6K commits/s)
08:25:34 estimate-hours Extracted and organized data from 1309152 commits in 7.67ms (170684736 commits/s)
total hours: 1243723.88
total 8h days: 155465.48
total commits = 1309152
total authors: 34641
total unique authors: 26510 (23.47% duplication)
linux ( master) +408 -798 [!⇣14583] took 9s
❯ /Users/byron/dev/github.com/GitoxideLabs/gitoxide/target/release/ein t hours
08:26:42 traverse commit graph done 1.3M commits in 7.84s (167.1K commits/s)
08:26:43 estimate-hours Extracted and organized data from 1309152 commits in 39.432084ms (33200174 commits/s)
total hours: 1243723.88
total 8h days: 155465.48
total commits = 1309152
total authors: 34641
total unique authors: 26510 (23.47% duplication)
linux ( master) +408 -798 [!⇣14583] took 8s
❯ /Users/byron/dev/github.com/GitoxideLabs/gitoxide/target/release/ein t hours
08:32:59 traverse commit graph done 1.3M commits in 7.73s (169.4K commits/s)
08:32:59 estimate-hours Extracted and organized data from 1309152 commits in 5.423541ms (241383248 commits/s)
total hours: 1243723.88
total 8h days: 155465.48
total commits = 1309152
total authors: 34641
total unique authors: 26510 (23.47% duplication)
```1 parent 70097c0 commit e9ac514
2 files changed
+21
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
30 | 41 | | |
31 | 42 | | |
32 | 43 | | |
| |||
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
85 | | - | |
86 | | - | |
87 | 96 | | |
88 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
89 | 105 | | |
90 | 106 | | |
91 | 107 | | |
| |||
0 commit comments