We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main.sh
Use shell_scripts/multi_chooser.sh function to allow the user to select from the benchmarks which ones they would like to run.
shell_scripts/multi_chooser.sh
Initially, they could choose only between csv parser and none.
csv parser
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.'
The text was updated successfully, but these errors were encountered:
I'm assigning myself to this
Sorry, something went wrong.
codrutzu
No branches or pull requests
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
andnone
.If
csv parser
is selected, execute:If
none
is selected, execute:The text was updated successfully, but these errors were encountered: