Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move benchmarks to xdsl-bench and add documentation #3713

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pytest
lit tests/filecheck
```

### Testing
### Testing and benchmarking

The xDSL project uses pytest unit tests and LLVM-style filecheck tests. They can
be executed from the root directory:
Expand All @@ -148,6 +148,12 @@ uv run lit tests/filecheck
make tests
```

Benchmarks for the project are tracked in the <https://github.com/xdslproject/xdsl-bench>
repository. These run automatically every day on the main branch, reporting
their results to <https://xdsl.dev/xdsl-bench/>. However, they can also be run
manually by cloning the repository and pointing the submodule at your
feature branch to benchmark.

### Formatting and Typechecking

All python code used in xDSL uses [ruff](https://docs.astral.sh/ruff/formatter/) to
Expand Down
183 changes: 0 additions & 183 deletions asv.conf.json

This file was deleted.

25 changes: 0 additions & 25 deletions bench/asv_bench/README.md

This file was deleted.

Empty file removed bench/asv_bench/__init__.py
Empty file.
12 changes: 0 additions & 12 deletions bench/asv_bench/import_xdsl_opt.py

This file was deleted.

71 changes: 0 additions & 71 deletions bench/parser/bench_lexer.py

This file was deleted.

Loading
Loading