[llvm-dev] High Performance containers

Matthias Braun via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 17 12:43:48 PDT 2017


> On Aug 17, 2017, at 8:16 AM, Francois Fayard via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> By the way, do you have any solution for an automatic performance regression checker ?
LLVMs answer to this is setting up CI jobs that submit result to an LNT server (http://llvm.org/docs/lnt/ <http://llvm.org/docs/lnt/>). It should also work for non-llvm projects.
Though today you better think of it as "performance tracking" rather than "automatic regression checking".

- Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170817/4df63b2a/attachment.html>


More information about the llvm-dev mailing list