New scripts: Batch run tests in x64 Linux #162
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adapted from #143.
script/subscript-function.sh: provide some useful functions
script/run_test_in_batch.sh: batch run tests. For each test, it will build a new copy of the cpu-sec-bench (I doubt whether this is appropriate) and compile with different options. After all the tests finished, it will collect the results in a new directory named "results".
batch-option/: the .csv files in this directory are used to run tests in different OS and architecture. They record the name of the tests, the mode, and the compile options. When running script/run_test_in_batch.sh, you need to indicate which .csv file you want to use. More batch-options in PR#143 will be supplemented if this PR is merged.