Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade crate dependencies #247

Merged
merged 1 commit into from
Oct 27, 2024
Merged

chore: upgrade crate dependencies #247

merged 1 commit into from
Oct 27, 2024

Conversation

reubeno
Copy link
Owner

@reubeno reubeno commented Oct 27, 2024

  • async-recursion => 1.1.1
  • cached => 0.53.1
  • clap => 4.5.20
  • fancy-regex => 0.14.0
  • thiserror => 1.0.65
  • tokio => 1.41.0
  • homedir => 0.3.4
  • anyhow => 1.0.91
  • assert_cmd => 2.0.16
  • assert_fs => 1.1.2
  • regex => 1.11.1
  • serde => 1.0.213

Copy link

Test Results

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

Results for commit 2930406.

Copy link

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
expand_one_string 3.41 μs 3.41 μs -0.01 μs ⚪ Unchanged
instantiate_shell 60.15 μs 61.16 μs 1.02 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 31676.23 μs 31017.88 μs -658.35 μs ⚪ Unchanged
parse_bash_completion 2779.36 μs 2816.39 μs 37.03 μs 🟠 +1.33%
parse_sample_script 4.22 μs 4.38 μs 0.16 μs 🟠 +3.79%
run_echo_builtin_command 90.11 μs 91.75 μs 1.63 μs ⚪ Unchanged
run_one_builtin_command 108.36 μs 109.61 μs 1.25 μs ⚪ Unchanged
run_one_external_command 1968.69 μs 1996.21 μs 27.52 μs ⚪ Unchanged
run_one_external_command_directly 1008.93 μs 1007.50 μs -1.43 μs ⚪ Unchanged

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/jobs.rs 🔴 37.23% 🔴 42.42% 🟢 5.19%
brush-core/src/shell.rs 🟢 77.87% 🟢 77.73% 🔴 -0.14%
Overall Coverage 🟢 73.71% 🟢 73.79% 🟢 0.08%

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

@reubeno reubeno merged commit 525e981 into main Oct 27, 2024
14 checks passed
@reubeno reubeno deleted the upgrade-dependencies branch October 27, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant