Skip to content

jiro4989/bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bench

Benchmarking programming languages on GitHub Actions.

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 permission
    • index.sh must writes result.txt

Detail, see other benchmarking cases.