This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from 8a60f6e6 [test-suite] Allow --use-perf=profile and --run-under to work [...] new f8ff0a4f [test-suite] Using Google Benchmark Library on Harris Kernel
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: LICENSE.TXT | 1 + MicroBenchmarks/CMakeLists.txt | 2 + MicroBenchmarks/harris/CMakeLists.txt | 8 + MicroBenchmarks/harris/LICENSE.txt | 37 +++++ MicroBenchmarks/harris/harris.h | 50 ++++++ MicroBenchmarks/harris/harris.reference_output | 1 + MicroBenchmarks/harris/harrisKernel.cpp | 112 +++++++++++++ MicroBenchmarks/harris/main.cpp | 216 +++++++++++++++++++++++++ 8 files changed, 427 insertions(+) create mode 100644 MicroBenchmarks/harris/CMakeLists.txt create mode 100644 MicroBenchmarks/harris/LICENSE.txt create mode 100644 MicroBenchmarks/harris/harris.h create mode 100644 MicroBenchmarks/harris/harris.reference_output create mode 100644 MicroBenchmarks/harris/harrisKernel.cpp create mode 100644 MicroBenchmarks/harris/main.cpp