@@ -1526,22 +1526,22 @@ These macros make comparing multiple forms easy:
15261526 ;;;###autoload
15271527 (cl-defmacro bench-multi (&key (times 1) forms ensure-equal raw)
15281528 "Return Org table as a list with benchmark results for FORMS.
1529- Runs FORMS with `benchmark-run-compiled' for TIMES iterations.
1529+ Runs FORMS with `benchmark-run-compiled' for TIMES iterations.
15301530
1531- When ENSURE-EQUAL is non-nil, the results of FORMS are compared,
1532- and an error is raised if they aren't `equal'. If the results
1533- are sequences, the difference between them is shown with
1534- `seq-difference'.
1531+ When ENSURE-EQUAL is non-nil, the results of FORMS are compared,
1532+ and an error is raised if they aren't `equal'. If the results are
1533+ sequences, the difference between them is shown with
1534+ `seq-difference'.
15351535
1536- When RAW is non-nil, the raw results from
1537- `benchmark-run-compiled' are returned instead of an Org table
1538- list.
1536+ When RAW is non-nil, the raw results from
1537+ `benchmark-run-compiled' are returned instead of an Org table
1538+ list.
15391539
1540- If the first element of a form is a string, it's used as the
1541- form's description in the bench-multi-results; otherwise, forms
1542- are numbered from 0.
1540+ If the first element of a form is a string, it's used as the
1541+ form's description in the bench-multi-results; otherwise, forms
1542+ are numbered from 0.
15431543
1544- Before each form is run, `garbage-collect' is called."
1544+ Before each form is run, `garbage-collect' is called."
15451545 ;; MAYBE: Since `bench-multi-lexical' byte-compiles the file, I'm not sure if
15461546 ;; `benchmark-run-compiled' is necessary over `benchmark-run', or if it matters.
15471547 (declare (indent defun))
0 commit comments