Add gobject performance tests for threaded code

This measures how much things like lock contention affects the gobject
code.
This commit is contained in:
Alexander Larsson
2009-09-09 17:08:57 +02:00
parent b1f94af095
commit f4d9789fcf
2 changed files with 383 additions and 0 deletions

View File

@@ -60,10 +60,12 @@ test_programs = \
ifaceproperties \
override \
performance \
performance-threaded \
singleton \
references
performance_LDADD = $(libgobject) $(libgthread)
performance_threaded_LDADD = $(libgobject) $(libgthread)
check_PROGRAMS = $(test_programs)
TESTS = $(test_programs)