diff --git a/crates/harness/plot/README.md b/crates/harness/plot/README.md new file mode 100644 index 000000000..dba5fb216 --- /dev/null +++ b/crates/harness/plot/README.md @@ -0,0 +1,111 @@ +# TLSNotary Benchmark Plot Tool + +Generates interactive HTML and SVG plots from TLSNotary benchmark results. Supports comparing multiple benchmark runs (e.g., before/after optimization, native vs browser). + +## Usage + +```bash +tlsn-harness-plot ... [OPTIONS] +``` + +### Arguments + +- `` - Path to Bench.toml file defining benchmark structure +- `...` - One or more CSV files with benchmark results + +### Options + +- `-l, --labels