Skip to content

Latest commit

 

History

1,017 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 files navigation

Analysis Tools Benchmark

Example code and output for popular static analysis tools.
We want to add this output to the website eventually.

How to contribute

  1. Pick any static analysis tool we did't cover yet. Here's the full list.
  2. Create a folder for your benchmark: <language>/<tool-name>.
  3. Add the benchmark files. You need at least the following files:
    • Dockerfile: A self-contained environment for the tool and its dependencies
    • Makefile: Needs at least a run target, which will run the Docker image
    • Input file: this can be a source file or any other example input that you want to analyze.
    • workflow.yml: Describes the inputs and outputs of the benchmark.

You can take a look at the example folder to see what the final structure looks like.

关于

Example code and output for popular static analysis tools. We want to add this output to the website eventually.

Topics

Resources

Stars

4 stars

关注者

0 watching

复刻s

贡献者

Languages