From 9a9e25ec727f88004b36121ea1b1f6314c98608e Mon Sep 17 00:00:00 2001 From: Wenyu Zhao Date: Sun, 10 Mar 2024 19:03:46 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db83d6f..8d86a99 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ After all the $I$ invocations are finished, running `cargo harness report` will **`harness` supports collecting and reporting extra performance data other than execution time**, by enabling the following probes: -* **harness-probe-perf**: Collect perf-event values for the timing iteration. -* **harness-probe-ebpf (WIP)**: Extra performance data collected by eBPF programs. +* `harness-probe-perf`: Collect perf-event values for the timing iteration. +* `harness-probe-ebpf (WIP)`: Extra performance data collected by eBPF programs. ## System checks