Closed dependabot[bot] closed 2 weeks ago
2 files 9 suites 59s :stopwatch: 453 tests 453 :white_check_mark: 0 :zzz: 0 :x: 897 runs 897 :white_check_mark: 0 :zzz: 0 :x:
Results for commit e0fc85b1.
Benchmark name | Baseline (μs) | Test/PR (μs) | Delta (μs) | Delta % |
---|---|---|---|---|
expand_one_string |
3.34 μs |
3.34 μs |
0.01 μs |
⚪ Unchanged |
instantiate_shell |
60.32 μs |
59.85 μs |
-0.47 μs |
⚪ Unchanged |
instantiate_shell_with_init_scripts |
29519.63 μs |
29034.42 μs |
-485.21 μs |
⚪ Unchanged |
parse_bash_completion |
2711.91 μs |
2713.20 μs |
1.29 μs |
⚪ Unchanged |
parse_sample_script |
4.08 μs |
3.99 μs |
-0.10 μs |
🟢 -2.33% |
run_echo_builtin_command |
90.35 μs |
90.10 μs |
-0.25 μs |
⚪ Unchanged |
run_one_builtin_command |
108.88 μs |
110.01 μs |
1.13 μs |
⚪ Unchanged |
run_one_external_command |
1927.78 μs |
1944.25 μs |
16.48 μs |
⚪ Unchanged |
run_one_external_command_directly |
1004.52 μs |
1006.52 μs |
2.00 μs |
⚪ Unchanged |
Package | Base Coverage | New Coverage | Difference |
---|---|---|---|
brush-core/src/shell.rs | 🟢 76.18% | 🟢 76.63% | 🟢 0.45% |
brush-shell/src/main.rs | 🟢 89.61% | 🟢 90.26% | 🟢 0.65% |
Overall Coverage | 🟢 72.24% | 🟢 72.27% | 🟢 0.03% |
Minimum allowed coverage is 70%
, this run produced 72.27%
Bumps the cargo group with 4 updates: human-panic, pathdiff, procfs and clap_mangen.
Updates
human-panic
from 2.0.1 to 2.0.2Changelog
Sourced from human-panic's changelog.
Commits
0b22d4d
chore: Release9776c62
docs: Update changelogba8a581
Merge pull request #158 from epage/backtrace8c6aa42
fix: Dynamically skip symbolsd0d3995
test: Make call stack interesting9f6d0e8
fix: Include trailing newline in backtrace808aba7
Merge pull request #157 from epage/backtracec85564f
test: Check report file01a60ca
test: Upgrade to 2021 editionf2616f2
fix: Report file close errorsUpdates
pathdiff
from 0.2.1 to 0.2.2Commits
Updates
procfs
from 0.16.0 to 0.17.0Release notes
Sourced from procfs's releases.
Commits
e303757
Version 0.17.06c959b6
Merge pull request #311 from yamaura/proc_devicesf2a51ef
Merge pull request #315 from Hwatwasthat/masterdc70412
Update Devices struct doc comment to clarify block_devices can be emptyd66c910
Remove unnecessary #[allow(non_snake_case)]eb26215
Add support for /dev/devices53dc3a7
Updated readme to show what the crypto example produces.e0dec8b
Implemented example for /dev/crypto parser784dd2c
Merge pull request #314 from Hwatwasthat/master296791a
Reworked pressure example to be more readable.Updates
clap_mangen
from 0.2.23 to 0.2.24Commits
61f5ee5
chore: Release3e65384
docs: Update changelogfca8f73
Merge pull request #5706 from shannmu/external_subcommandfc82a3e
feat(complete): Support to complete custom external subcommand6a09122
test(complete): Add test for external subcommandd2874a5
Merge pull request #5766 from epage/completera767a97
feat: Add CommandExt support32853d7
refactor(builder): Make Ext code similar for Arg, Commande9ce1be
refactor(builder): Rename AppTag to AppExtf89afeb
refactor(complete): Put most general completer firstDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show