1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/tests
nowrep db664184d0 [AdBlock] Improved performance of loading rules
Don't use regexps for parsing rules.
Added benchmark for loading subscriptions

Before:

********* Start testing of AdBlockParseRule *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS   : AdBlockParseRule::initTestCase()
RESULT : AdBlockParseRule::parseEasyList():
     596.3 msecs per iteration (total: 2,982, iterations: 5)
PASS   : AdBlockParseRule::parseEasyList()
PASS   : AdBlockParseRule::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of AdBlockParseRule *********

After:

********* Start testing of AdBlockParseRule *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS   : AdBlockParseRule::initTestCase()
RESULT : AdBlockParseRule::parseEasyList():
     481.8 msecs per iteration (total: 2,409, iterations: 5)
PASS   : AdBlockParseRule::parseEasyList()
PASS   : AdBlockParseRule::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of AdBlockParseRule *********
2014-04-06 13:36:42 +02:00
..
autotests [AdBlock] Improved performance of loading rules 2014-04-06 13:36:42 +02:00
benchmarks [AdBlock] Improved performance of loading rules 2014-04-06 13:36:42 +02:00
modeltest [ModelTest] Added Qt ModelTest 2014-02-07 23:54:18 +01:00
adblock.html AdBlock: Fixed $subdocument matching. 2012-07-13 14:12:48 +02:00
form.html [spellcheck] Fixed replacing words in multiple lines text. 2013-02-06 12:06:35 +01:00
link_tests.html Fix: Flickering when showing site info/bookmarks/rss widget in 2012-05-06 20:29:14 +02:00
popup.html Improved PopupWindow + added correspoding tests. 2013-01-25 19:52:30 +01:00
popupwindows.html [Code] Make it possible to move TabbedWebView to other window. 2013-05-12 22:55:53 +02:00