[llvm] r347369 - [docs] Add C++ Performance Benchmark to test-suite proposals.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 16:34:02 PST 2018


Author: meinersbur
Date: Tue Nov 20 16:34:02 2018
New Revision: 347369

URL: http://llvm.org/viewvc/llvm-project?rev=347369&view=rev
Log:
[docs] Add C++ Performance Benchmark to test-suite proposals.

Modified:
    llvm/trunk/docs/Proposals/TestSuite.rst

Modified: llvm/trunk/docs/Proposals/TestSuite.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Proposals/TestSuite.rst?rev=347369&r1=347368&r2=347369&view=diff
==============================================================================
--- llvm/trunk/docs/Proposals/TestSuite.rst (original)
+++ llvm/trunk/docs/Proposals/TestSuite.rst Tue Nov 20 16:34:02 2018
@@ -259,6 +259,10 @@ https://github.com/darktable-org/rawspee
 Its test dataset is 756 MB in size, which is too large to be included
 into the test-suite repository.
 
+C++ Performance Benchmarks
+--------------------------
+https://gitlab.com/chriscox/CppPerformanceBenchmarks
+
 Generic Algorithms
 ==================
 




More information about the llvm-commits mailing list