diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-18 21:24:03 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-22 12:17:39 (GMT) |
commit | 7c848d093e2ce12528d8af435a6e10bc0e28f1e3 (patch) | |
tree | e2933852f4f41b4d3b2a93765a73240e73a27b63 /tests/benchmarks/qstring/qstring.pro | |
parent | a97862318a6b3f72a05a3e66ebcf5f0e455bb42a (diff) | |
download | Qt-7c848d093e2ce12528d8af435a6e10bc0e28f1e3.zip Qt-7c848d093e2ce12528d8af435a6e10bc0e28f1e3.tar.gz Qt-7c848d093e2ce12528d8af435a6e10bc0e28f1e3.tar.bz2 |
Add a benchmark for QString::operator==
Reviewed-By: Bradley T. Hughes
Diffstat (limited to 'tests/benchmarks/qstring/qstring.pro')
-rw-r--r-- | tests/benchmarks/qstring/qstring.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/benchmarks/qstring/qstring.pro b/tests/benchmarks/qstring/qstring.pro new file mode 100644 index 0000000..74423e7 --- /dev/null +++ b/tests/benchmarks/qstring/qstring.pro @@ -0,0 +1,4 @@ +load(qttest_p4) +TARGET = tst_qstring +QT -= gui +SOURCES += main.cpp |