Skip to content
Closed
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: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,20 @@ kaprese run -b flint-1 spearmint-1 -e saver
# LOG_LEVEL=info kaprese run -b flint-1 spearmint-1 -e saver
```

## Options
## Commands

`kaprese` provides the following options:
`kaprese` provides the following commands:

| Benchmarks | Repository |
| Command | Description |
| :--------- | :---------------------------------------------------------------------------------------- |
| `benchmark` | command to do something about benchmark |
| `engine` | command to do something about engine |
| `run` | command to run APR tools on benchmarks |
| `eval` | command to evaluate the results |
| `-h`, `--help` | command to show help |

For detailed command-line options, argument descriptions, default values, and usage examples, see the [**CLI Reference**](docs/cli.md).

## Benchmarks and Engines

`kaprese` provides a set of benchmarks and engines.
Expand Down
Loading