Re: master 71a81c9853e 2/2: Fix benchmark failure when no native compilation
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> Fix benchmark failure when no native compilation > > * test/lisp/emacs-lisp/benchmark-tests.el (benchmark-tests): > Run benchmark-run-compiled only if native compilation is available. That sounds odd: `benchmark-run-compiled` exists since before we had native-compilation and its code seems to use `byte-compile` if native compilation is not available. What was the failure you saw? === Stefan