Skip to content

Commit

Permalink
final plots and add report reference to README
Browse files Browse the repository at this point in the history
  • Loading branch information
iar1000 committed Jun 5, 2023
1 parent a395de9 commit d3a70f2
Show file tree
Hide file tree
Showing 7 changed files with 404 additions and 113 deletions.
84 changes: 0 additions & 84 deletions README-working-copy.md

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if they do, it can be an indication for a compiler bug.
faster code not always uses less lines of assembly, see loop unrolling or inlining, but large line differences can give a hint that at least it’s an interesting case to investigate.

the results was implemented in the scope of the course [Automated Software Testing FS23](https://www.vvz.ethz.ch/Vorlesungsverzeichnis/lerneinheit.view?lerneinheitId=168085&semkez=2023S&ansicht=LEHRVERANSTALTUNGEN&lang=en&) at ETH Zürich by [jnzd](https://github.com/jnzd) and [iar1000](https://github.com/iar1000).

there is also a more detailed report to the behaviour of the Fuzzer in ``reports/``.

## Installation
we recommend using ``python version 3.8`` to run the Fuzzer, as we used it in the development and testing of this project.
Expand Down Expand Up @@ -120,11 +120,8 @@ a standard debug run can easily be executed with
make debug
```

## Architecture



## parser
#### parser output
to check what nodes the parser detects, the following script can be run:

```python src/parse-example/parse-and-print.py```

Loading

0 comments on commit d3a70f2

Please sign in to comment.