From 039291d9d4968e61a7bb314e80f8da735ce9c994 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sun, 25 Sep 2011 19:21:18 +0300 Subject: [PATCH] GUITESTS: Remove include lines from test data. The included files aren't found anyway so the lines are useless and can add more variance (filesystem access) to the results. --- gui/test/data/benchmark/simple.cpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gui/test/data/benchmark/simple.cpp b/gui/test/data/benchmark/simple.cpp index bd118c63f..719b1f0d5 100644 --- a/gui/test/data/benchmark/simple.cpp +++ b/gui/test/data/benchmark/simple.cpp @@ -18,13 +18,15 @@ //--------------------------------------------------------------------------- -#include "checkother.h" -#include "mathlib.h" -#include "symboldatabase.h" +// Remove includes from the benchmark run +// Included files aren't found anyway +//#include "checkother.h" +//#include "mathlib.h" +//#include "symboldatabase.h" -#include // std::isupper -#include // fabs() -#include +//#include // std::isupper +//#include // fabs() +//#include //--------------------------------------------------------------------------- // Register this check class (by creating a static instance of it)