update cli vars on CLAN_CLI_PERF

This commit is contained in:
Jörg Thalheim
2025-05-13 17:25:17 +02:00
parent a97173f148
commit c0376e374d
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ Appending `--debug` flag enables debug logging printed into the console.
To activate profiling you can run
```bash
PERF=1 ./bin/clan-app
CLAN_CLI_PERF=1 ./bin/clan-app
```
### Library Components

View File

@@ -45,7 +45,7 @@ Appending `--debug` flag enables debug logging printed into the console.
To activate profiling you can run
```bash
PERF=1 ./bin/clan-vm-manager
CLAN_CLI_PERF=1 ./bin/clan-vm-manager
```
### Library Components