[PATCH] D18428: Add googlebenchmark prototype

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 22:06:06 PDT 2016


MatzeB created this revision.
MatzeB added a subscriber: llvm-commits.
MatzeB set the repository for this revision to rL LLVM.
Herald added a subscriber: mcrosier.

Demonstrates how google benchmark could be added to the test-suite.

If someone plans to adapt some benchmarks to google benchmark format and we change lit to have a notion of sub-benchmarks we can use this :)

Repository:
  rL LLVM

http://reviews.llvm.org/D18428

Files:
  CMakeLists.txt
  MicroBenchmarks/CMakeLists.txt
  MicroBenchmarks/basic_test.cc
  MicroBenchmarks/filter_test.cc
  MicroBenchmarks/lit.local.cfg
  MicroBenchmarks/simpleb.cc
  cmake/FindGoogleBenchmark.cmake
  lit.cfg
  litsupport/googlebenchmark.py
  litsupport/test.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18428.51513.patch
Type: text/x-patch
Size: 10985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160324/644a8b52/attachment.bin>


More information about the llvm-commits mailing list