[llvm-commits] [llvm] r146735 - in /llvm/trunk: CMakeLists.txt include/llvm/Support/JSONParser.h lib/Support/CMakeLists.txt lib/Support/JSONParser.cpp test/CMakeLists.txt test/Other/json-bench-test.ll unittests/CMakeLists.txt unittests/Support/JS

Manuel Klimek klimek at google.com
Fri Dec 16 22:37:43 PST 2011


On Sat, Dec 17, 2011 at 1:49 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Fri, Dec 16, 2011 at 5:09 AM, Manuel Klimek <klimek at google.com> wrote:
>> Author: klimek
>> Date: Fri Dec 16 07:09:10 2011
>> New Revision: 146735
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=146735&view=rev
>> Log:
>> Adds a JSON parser and a benchmark (json-bench) to catch performance regressions.
>
> There's a test failure at
> http://lab.llvm.org:8011/builders/llvm-ppc-darwin/builds/497; I think
> json-bench-test.ll is unstable depending on the exact timings.

I have no idea how that can happen. I deleted the test until I can
figure out how to make it non-flaky. Any ideas would be appreciated :)

Cheers,
/Manuel



More information about the llvm-commits mailing list