Displaying 3 results from an estimated 3 matches for "googlebench".
2016 Sep 14
3
Benchmarks for LLVM-generated Binaries
...idn't find a common location for libraries used. I'm tempted to create a top-level "libs" directory that will host common libraries but I'm also fine with just having the benchmark library living alongside the XRay benchmarks.
>
> So two options here:
>
> 1) libs/googlebenchmark/
> 2) MultiSource/Benchmarks/XRay/googlebench/
This is something that may be used (or is intended) to be used by others in the future, the first option makes it easier (or encouraging at least).
—
Mehdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <ht...
2016 Sep 02
2
Benchmarks for LLVM-generated Binaries
> On 2 Sep 2016, at 11:19, Renato Golin <renato.golin at linaro.org> wrote:
>
> On 2 September 2016 at 02:13, Dean Michael Berris <dean.berris at gmail.com> wrote:
>> I think it should be possible to have a snapshot of it included. I don't know what the licensing implications are (I'm not a lawyer, but I know someone who is -- paging Danny Berlin).
>
>
2016 Sep 14
4
Benchmarks for LLVM-generated Binaries
Have you seen the prototype for googlebenchmark integration I did in the past:
https://reviews.llvm.org/D18428 <https://reviews.llvm.org/D18428> (though probably out of date for todays test-suite)
+1 for copying the googlebechmark into the test-suite.
However I do not think this should simply go into MultiSource: We currently have a...