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

New scripts: Batch run tests in x64 Linux #162

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

doyo2024
Copy link
Contributor

@doyo2024 doyo2024 commented Dec 3, 2024

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.

@wsong83
Copy link
Member

wsong83 commented Dec 4, 2024

I doubt whether we should keep these script in the master branch. Leave it for now.

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.

2 participants