reubeno / brush

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

chore: prepare release #217

Closed reubeno closed 1 month ago

github-actions[bot] commented 1 month ago

Test Results

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

Results for commit 9db06da8.

github-actions[bot] commented 1 month ago

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
expand_one_string 3.41 μs 3.42 μs 0.01 μs ⚪ Unchanged
instantiate_shell 59.61 μs 59.49 μs -0.12 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 30728.05 μs 30331.32 μs -396.73 μs ⚪ Unchanged
parse_bash_completion 2754.35 μs 2720.25 μs -34.10 μs 🟢 -1.24%
parse_sample_script 4.24 μs 4.22 μs -0.02 μs ⚪ Unchanged
run_echo_builtin_command 89.64 μs 90.03 μs 0.39 μs ⚪ Unchanged
run_one_builtin_command 109.73 μs 109.69 μs -0.03 μs ⚪ Unchanged
run_one_external_command 1955.83 μs 1938.83 μs -17.00 μs ⚪ Unchanged
run_one_external_command_directly 1011.29 μs 1006.82 μs -4.47 μ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%
Overall Coverage 🟢 76.42% 🟢 76.33% 🔴 -0.09%

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