Skip to content

Commit

Permalink
Add README for my-bench-sv-comp
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed May 13, 2022
1 parent 0c5d217 commit e60ef1d
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions sv-comp/my-bench-sv-comp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# my-bench-sv-comp
This directory contains BenchExec benchmark and table definitions for a number of use cases and shell scripts for running them.

## goblint-all-fast
Run Goblint on a large number of reachability benchmarks with decreased timeout.

Files:
* `goblint-all-fast.sh`
* `goblint-all-fast.xml`
* `table-generator-all-fast.xml`


## goblint-data-race
Run Goblint on data-race benchmarks.

Files:
* `goblint-data-race.sh`
* `goblint-data-race.xml`
* `table-generator-data-race.xml`


## goblint-lint
Run Goblint and validate witnesses using witnesslinter.

Files:
* `goblint-lint.sh`
* `goblint-lint.xml`
* `table-generator-lint.xml`
* `witnesslint-validate.xml`


## goblint
Run Goblint and validate witnesses using:
* CPAChecker,
* Ultimate Automizer,
* witnesslinter.

Files:
* `cpa-validate-correctness.xml`
* `cpa-validate-violation.xml`
* `goblint.sh`
* `goblint.xml`
* `table-generator-witness.xml`
* `uautomizer-validate-correctness.xml`
* `uautomizer-validate-violation.xml`
* `witnesslint-validate2.xml`

0 comments on commit e60ef1d

Please sign in to comment.