From c3559b24eba76052deb9d4ce79e4704815d902a5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 10 Feb 2020 20:58:39 +0200 Subject: staging: rewrite AdblockPlus parser yet again --- test/matcherbenchmark/matcherbenchmark.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/matcherbenchmark/matcherbenchmark.h (limited to 'test/matcherbenchmark/matcherbenchmark.h') diff --git a/test/matcherbenchmark/matcherbenchmark.h b/test/matcherbenchmark/matcherbenchmark.h new file mode 100644 index 0000000..70fd859 --- /dev/null +++ b/test/matcherbenchmark/matcherbenchmark.h @@ -0,0 +1,19 @@ +#ifndef MATCHER_BENCHMARK +#define MATCHER_BENCHMARK + +#include + +class MatcherBenchmark : public QObject +{ + Q_OBJECT + +private slots: + void qstringcontains(); + void qstringmatcher(); + void qregexp(); + void qregularexpressionmatch(); + void stdregex(); + void cregex(); +}; + +#endif -- cgit v1.2.1