From 53de28ec61d91f5aab30002e2390e3f250f3a0af Mon Sep 17 00:00:00 2001 From: Joe Caulfield Date: Sun, 23 Jun 2024 16:30:11 -0500 Subject: [PATCH] update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa1b879..d03793e 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,11 @@ name = "compute_units" harness = false ``` -Mollusk will output bench details to the output directory in both JSON and -Markdown. +Mollusk will output bench details to the output directory in Markdown. -Markdown example: +> Note: `Delta` is the change since the last time the bench was run. -| Name | Median | Mark Delta | +| Name | CUs | Delta | |------|--------|------------| | bench1 | 579 | +129 | | bench2 | 1,204 | +754 |