mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
Add gobject performance tests for threaded code
This measures how much things like lock contention affects the gobject code.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user