Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,29 @@
Repositories (MSR), data showcase, pp. 610-614, 2021.
- Dataset is available from <https://github.com/shrBadihi/EqBench>.

## Running using GitHub workflow

## Requirements
> [!NOTE]
> You may need to first fork this repository to be able to run the workflow.

You can use the provided [workflow](https://github.com/diffkemp/EqBench-workflow/actions/workflows/analysis.yml)
to evaluate the correctness of DiffKemp's analysis on the programs in the
EqBench dataset. The workflow can be manually triggered from the GitHub website.
You will need to specify the repository/fork containing DiffKemp and the branch
to be used for running the dataset. The evaluation results will be reported in
the workflow summary.

## Running locally

### Requirements

To use the scripts you need to install python requirements:

```bash
pip install -r requirements.txt
```

## Usage
### Usage

Firstly, you need to clone this repo to diffkemp repository.
Then you can run the EqBench analysis like this (takes approximately 15 min):
Expand Down