Skip to content

Commit

Permalink
Update cli compile doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Jan 23, 2024
1 parent 01a6131 commit 5290b69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ $ bpftime-cli
Usage: build/vm/cli/bpftime-cli <path to ebpf instructions> [path to memory for the ebpf program]
```

See [cli](cli/README.md) for more details. Since cli is dependent on libbpf for loading eBPF programs, you need to compile it from the project root:

```sh
make release-with-llvm-jit
```

See [.github/workflows/test-aot-cli.yml](../.github/workflows/test-aot-cli.yml) for more details.

## benchmark

see [github.com/eunomia-bpf/bpf-benchmark](https://github.com/eunomia-bpf/bpf-benchmark) for how we evaluate and details.

0 comments on commit 5290b69

Please sign in to comment.