From 4164beaac11d3d9b805b405397da734fbd3c5f16 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Wed, 21 Nov 2018 00:34:02 +0000 Subject: [PATCH] [docs] Add C++ Performance Benchmark to test-suite proposals. llvm-svn: 347369 --- llvm/docs/Proposals/TestSuite.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/Proposals/TestSuite.rst b/llvm/docs/Proposals/TestSuite.rst index 8c7531783d44..85f3642a2e92 100644 --- a/llvm/docs/Proposals/TestSuite.rst +++ b/llvm/docs/Proposals/TestSuite.rst @@ -259,6 +259,10 @@ https://github.com/darktable-org/rawspeed 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 ==================