Skip to content
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
Build:

```shell
poetry install
uv sync
```

Run Main:

```shell
poetry run main
uv run main
```

Run Unit Tests:

```shell
poetry run pytest --benchmark-skip tests/
uv run task test
```

Run Benchmarking:
Run Benchmarking (3 runs, metrics written to `artemis_results.csv`):

```shell
poetry run pytest --benchmark-only tests/
uv run task benchmark
```
Loading