mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
benchmark adjustment to recent changes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
54914cf5c5
commit
204fcf52df
1 changed files with 0 additions and 5 deletions
|
@ -222,11 +222,6 @@ void tst_QtBench::qtBench_data()
|
|||
benchmarks << (new DrawText(middleString, DrawText::StaticTextWithMaximumSizeMode));
|
||||
benchmarks << (new DrawText(longString, DrawText::StaticTextWithMaximumSizeMode));
|
||||
benchmarks << (new DrawText(superLongString, DrawText::StaticTextWithMaximumSizeMode));
|
||||
|
||||
benchmarks << (new DrawText(shortString, DrawText::StaticTextBackendOptimizations));
|
||||
benchmarks << (new DrawText(middleString, DrawText::StaticTextBackendOptimizations));
|
||||
benchmarks << (new DrawText(longString, DrawText::StaticTextBackendOptimizations));
|
||||
benchmarks << (new DrawText(superLongString, DrawText::StaticTextBackendOptimizations));
|
||||
#endif
|
||||
|
||||
foreach (Benchmark *benchmark, benchmarks)
|
||||
|
|
Loading…
Add table
Reference in a new issue