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

Allow configuration of shell used for shell out #511

Merged
merged 2 commits into from Apr 15, 2021
Merged

Conversation

denisidoro
Copy link
Owner

@denisidoro denisidoro commented Apr 15, 2021

Benchmark #1: echo -e 'foo bar\nlorem ipsum' | NAVI_SHELL=dash navi fn map::expand
  Time (mean ± σ):      17.7 ms ±   4.8 ms    [User: 3.6 ms, System: 10.2 ms]
  Range (min … max):    10.9 ms …  38.1 ms    91 runs
 
Benchmark #1: echo -e 'foo bar\nlorem ipsum' | NAVI_SHELL=bash navi fn map::expand
  Time (mean ± σ):      22.0 ms ±   4.6 ms    [User: 5.2 ms, System: 7.9 ms]
  Range (min … max):    14.7 ms …  37.6 ms    88 runs
 
Benchmark #1: echo -e 'foo bar\nlorem ipsum' | NAVI_SHELL=sh navi fn map::expand
  Time (mean ± σ):      25.6 ms ±   5.5 ms    [User: 4.6 ms, System: 13.1 ms]
  Range (min … max):    17.6 ms …  40.3 ms    77 runs
 
Benchmark #1: echo -e 'foo bar\nlorem ipsum' | NAVI_SHELL=fish navi fn map::expand
  Time (mean ± σ):      26.0 ms ±   4.9 ms    [User: 8.0 ms, System: 9.4 ms]
  Range (min … max):    18.1 ms …  37.0 ms    86 runs

@denisidoro denisidoro merged commit 42ef14c into master Apr 15, 2021
@delete-merged-branch delete-merged-branch bot deleted the navi-shell branch April 15, 2021 16:56
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.

None yet

1 participant