reubeno / brush

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

experiment: test running rudra #245

Closed reubeno closed 1 month ago

github-actions[bot] commented 1 month ago

Test Results

  2 files    9 suites   1m 9s ⏱️ 502 tests 502 ✅ 0 💤 0 ❌ 992 runs  992 ✅ 0 💤 0 ❌

Results for commit 7efd1466.

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.41 μs -0.00 μs ⚪ Unchanged
instantiate_shell 60.17 μs 59.91 μs -0.26 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 30217.65 μs 30522.83 μs 305.18 μs 🟠 +1.01%
parse_bash_completion 2855.74 μs 2887.88 μs 32.14 μs 🟠 +1.13%
parse_sample_script 4.42 μs 4.43 μs 0.01 μs ⚪ Unchanged
run_echo_builtin_command 89.58 μs 90.81 μs 1.22 μs ⚪ Unchanged
run_one_builtin_command 108.58 μs 110.38 μs 1.80 μs ⚪ Unchanged
run_one_external_command 2022.79 μs 1957.19 μs -65.60 μs 🟢 -3.24%
run_one_external_command_directly 1005.19 μs 1005.33 μs 0.14 μs ⚪ Unchanged

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/shell.rs 🟢 77.87% 🟢 77.45% 🔴 -0.42%
brush-shell/src/main.rs 🟢 90.91% 🟢 90.26% 🔴 -0.65%
Overall Coverage 🟢 73.71% 🟢 73.68% 🔴 -0.03%

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