cu-profiler-cli 0.1.1

Command-line interface for cu-profiler
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cu-profiler-cli

The `cu-profiler` command-line tool — compute-unit profiling, regression testing
and budget enforcement for Solana programs. See the
[project README](https://github.com/MerlijnW70/cu-profiler) for the full picture.

```sh
cargo install cu-profiler-cli      # installs the `cu-profiler` binary
cu-profiler init                   # scaffold config + example logs
cu-profiler run                    # reads recorded logs from .cu/logs by default
cu-profiler baseline save
cu-profiler compare                # exit 1 on regression
```

The CLI is a thin wrapper over the `cu-profiler-core` and `cu-profiler-report`
libraries. Exit codes are stable and documented. Licensed under MIT OR Apache-2.0.