Skip to content

Commit

Permalink
chore(release): v0.1.5 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Sep 4, 2023
1 parent 3db5d9b commit 2931010
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posh-tabcomplete"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Blazing fast tab completion for powershell."
Expand Down
18 changes: 9 additions & 9 deletions benchmark/all.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# All results

file size: 16797696
file size: 14286336
## Init

| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|:---|---:|---:|---:|---:|
| `pwsh -NoProfile -File ./../profiles/ProfileBaseline.ps1` | 242.2 ± 9.0 | 231.2 | 266.5 | 1.00 |
| `pwsh -NoProfile -File ./../profiles/ProfilePoshGit.ps1` | 543.3 ± 13.4 | 519.7 | 570.1 | 2.24 ± 0.10 |
| `pwsh -NoProfile -File ./../profiles/ProfileTabComplete.ps1` | 304.5 ± 8.5 | 293.1 | 331.2 | 1.26 ± 0.06 |
| `pwsh -NoProfile -File ./../profiles/ProfileBaseline.ps1` | 234.5 ± 6.0 | 226.0 | 250.7 | 1.00 |
| `pwsh -NoProfile -File ./../profiles/ProfilePoshGit.ps1` | 525.4 ± 6.2 | 514.2 | 541.2 | 2.24 ± 0.06 |
| `pwsh -NoProfile -File ./../profiles/ProfileTabComplete.ps1` | 295.1 ± 4.9 | 288.2 | 311.9 | 1.26 ± 0.04 |

tabcomplete: 62ms, posh-git: 301ms (4.85x faster)
tabcomplete: 60ms, posh-git: 290ms (4.83x faster)
## Complete

| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|:---|---:|---:|---:|---:|
| `pwsh -NoProfile -File CompleteBaseline.ps1` | 582.9 ± 9.7 | 570.1 | 610.0 | 1.00 |
| `pwsh -NoProfile -File CompletePoshGit.ps1` | 752.6 ± 15.4 | 730.7 | 786.8 | 1.29 ± 0.03 |
| `pwsh -NoProfile -File CompleteTabComplete.ps1` | 670.3 ± 14.9 | 646.7 | 696.6 | 1.15 ± 0.03 |
| `pwsh -NoProfile -File CompleteBaseline.ps1` | 574.8 ± 9.2 | 561.8 | 599.1 | 1.00 |
| `pwsh -NoProfile -File CompletePoshGit.ps1` | 761.5 ± 8.6 | 746.9 | 780.7 | 1.32 ± 0.03 |
| `pwsh -NoProfile -File CompleteTabComplete.ps1` | 660.5 ± 10.5 | 647.3 | 694.2 | 1.15 ± 0.03 |

tabcomplete: 87ms, posh-git: 169ms (1.94x faster)
tabcomplete: 85ms, posh-git: 186ms (2.19x faster)

0 comments on commit 2931010

Please sign in to comment.