reubeno / brush

bash/POSIX-compatible shell implemented in Rust
MIT License
27 stars 4 forks source link

chore: increase max column count for completion menu #215

Closed reubeno closed 1 month ago

github-actions[bot] commented 1 month ago

Test Results

  2 files    9 suites   1m 1s :stopwatch: 478 tests 478 :white_check_mark: 0 :zzz: 0 :x: 947 runs  947 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 55fa1979.

github-actions[bot] commented 1 month ago

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
expand_one_string 3.42 μs 3.42 μs -0.00 μs ⚪ Unchanged
instantiate_shell 59.61 μs 59.60 μs -0.01 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 28891.34 μs 28848.89 μs -42.45 μs ⚪ Unchanged
parse_bash_completion 2708.92 μs 2744.72 μs 35.80 μs 🟠 +1.32%
parse_sample_script 3.99 μs 3.99 μs -0.01 μs ⚪ Unchanged
run_echo_builtin_command 89.13 μs 91.74 μs 2.61 μs 🟠 +2.92%
run_one_builtin_command 107.00 μs 110.13 μs 3.13 μs 🟠 +2.92%
run_one_external_command 1919.72 μs 1957.75 μs 38.03 μs 🟠 +1.98%
run_one_external_command_directly 1012.23 μs 1012.22 μs -0.02 μs ⚪ Unchanged

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/jobs.rs 🔴 42.42% 🔴 37.23% 🔴 -5.19%
brush-core/src/shell.rs 🟢 83.12% 🟢 83.55% 🟢 0.43%
brush-interactive/src/reedline/reedline_shell.rs 🟢 89.68% 🟢 90.15% 🟢 0.47%
brush-shell/src/main.rs 🟢 89.61% 🟢 90.26% 🟢 0.65%
Overall Coverage 🟢 75.58% 🟢 75.54% 🔴 -0.04%

Minimum allowed coverage is 70%, this run produced 75.54%