[PATCH] D21593: test-suite: Remove lemon benchmark

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 11:24:17 PDT 2016


rengolin added a comment.

Maybe deletion from the benchmark set instead of at all?

Since this is a compiler test, we should remove any OS related noise (forks, etc) and reduce the printf need by accumulating the results and only printing at the end.

I've done a lot of those small things in the past and they work well with the test-suite.

cheers,
--renato


Repository:
  rL LLVM

http://reviews.llvm.org/D21593





More information about the llvm-commits mailing list