Skip to content

Commit

Permalink
docs: Update comparison, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdephily committed Jan 5, 2025
1 parent 95fc453 commit 27c7631
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## New features

* `log`, `stats` and `predict` now take binary merges into account
- Track merge time stats separately
- Display bin merges in a different color
* `log` and `stat` can now show emerge (r)runs
- Use `--show=r`/`-sr`/`-sa` to enable it
- No duration given, as `emerge.log` doesn't provide enough info to make this reliable
Expand Down
20 changes: 11 additions & 9 deletions docs/COMPARISON.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,17 @@ All tools give pessimistic prediction when packages are merged in parallel, beca
sequential merging. Even if they detected an ongoing parallel merge, it's not clear how they would
estimate the resulting speedup factor.

| | genlop | qlop | emlop |
| :------------------------------------------------- | :----: | :--: | :---: |
| Show ongoing merge ETA | current build | current build | whole list |
| Show `emerge -p` merges ETA | yes | no | yes |
| Show individual merge ETAs | no | no | yes |
| Show current merge stage | no | no | yes |
| Global ETA format | total time | total time | total time, end date |
| Estimation accuracy | ok | better | best, configurable |
| Query gentoo.linuxhowtos.org for unknown packages | yes | no | no |
| | genlop | qlop | emlop |
|:--------------------------------------------------|:-------------:|:-------------:|:--------------------:|
| Show ongoing merge ETA | current build | current build | whole list |
| Show `emerge -p` merges ETA | yes | no | yes |
| Show individual merge ETAs | no | no | yes |
| Show current merge stage | no | no | yes |
| Global ETA format | total time | total time | total time, end date |
| Estimation accuracy | ok | better | best, configurable |
| Recognize binary emerges | no | no | yes |
| Follow package renames | yes | no | no |
| Query gentoo.linuxhowtos.org for unknown packages | yes | no | no |

## Speed

Expand Down

0 comments on commit 27c7631

Please sign in to comment.