Wolfpack-Digital / ruby-benchmarks

A set of open source shell, Ruby & Rails scripts with the purpose of benchmarking your machine and compare it to the rest.
1 stars 5 forks source link

Update `main.sh` to allow for user options #2

Open VictorMotogna opened 2 years ago

VictorMotogna commented 2 years ago

Use shell_scripts/multi_chooser.sh function to allow the user to select from the benchmarks which ones they would like to run.

Initially, they could choose only between csv parser and none.

If csv parser is selected, execute:

echo '---------------'
echo 'Running csv parser'
chmod 755 shell_scripts/csv_parser.sh
source shell_scripts/csv_parser.sh

If none is selected, execute:

echo '---------------'
echo 'Thanks for stopping by! See you next time.'
codrutzu commented 2 years ago

I'm assigning myself to this