Benchmarking programming languages on GitHub Actions.
Table of contents
You can do benchmarking on GitHub.
Starts benchmarking when you write a comment to this issues.
You just write /bench
.
Benchmarking cases exist in cases
directory.
You do below if you want to add new benchmarking cases.
- Create a
cases/case_XXX
directory - Create a
cases/case_XXX/index.sh
script, and add exec permissionindex.sh
must writesresult.txt
Detail, see other benchmarking cases.