Displaying 2 results from an estimated 2 matches for "showtest".
Did you mean:
shortest
2012 Dec 19
2
[LLVMdev] LNT compile-time performance testing
Hi,
I was looking at LNT's "compile" tests, listed here:
$ lnt-sandbox/bin/lnt showtests
Available tests:
compile - Single file compile-time performance testing
nt - LLVM test-suite compile and execution tests
When trying to run it, I get Python exceptions in the code trying to
parse the output of 'ifconfig' in order to infer my MAC address (this
is on 64-bit Ubuntu...
2012 Dec 19
0
[LLVMdev] LNT compile-time performance testing
...teresting args for the makefiles since I am assuming you are not interested in Xcode style builds.
On Dec 19, 2012, at 2:05 PM, Eli Bendersky <eliben at google.com> wrote:
> Hi,
>
> I was looking at LNT's "compile" tests, listed here:
>
> $ lnt-sandbox/bin/lnt showtests
> Available tests:
> compile - Single file compile-time performance testing
> nt - LLVM test-suite compile and execution tests
>
> When trying to run it, I get Python exceptions in the code trying to
> parse the output of 'ifconfig' in order to infer my MAC addres...