Skip to content

Commit

Permalink
Merge branch 'topic/perf_readme' into 'master'
Browse files Browse the repository at this point in the history
Update README to run the performance testsuite

Closes #16

See merge request eng/libadalang/langkit-query-language!120
  • Loading branch information
HugoGGuerrier committed Oct 16, 2023
2 parents abef7ed + 6c1a11e commit c3e54ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ cd testsuite
python testsuite.py -dtmp
```

You can run the performance testsuite with the following command:

```
cd testsuite
python testsuite.py --perf-mode result.out [--perf-no-profile]
```

NOTE: You must checkout the libadalang internal testsuite in the `testsuite/ada_projects`
directory to be able to run performances tests.

### Adding a test

To add a test case in the testsuite you must follow the e3-testsuite standard. Moreover
Expand Down

0 comments on commit c3e54ab

Please sign in to comment.