~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to performance-tests/Synch-Benchmarks/svcconf/perf_t1.conf

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Dynamically configure all the tests
2
 
 
3
 
dynamic Performance_Test
4
 
        Service_Object *
5
 
        Perf_Test/Perf_Test:_make_Performance_Test() "-s 60 -N -B -t 1"
6
 
dynamic Mutex_Test
7
 
        Service_Object *
8
 
        Perf_Test/Perf_Test:_make_Mutex_Test()
9
 
dynamic Adaptive_Mutex_Test
10
 
        Service_Object *
11
 
        Perf_Test/Perf_Test:_make_Adaptive_Mutex_Test()
12
 
dynamic Recursive_Lock_Test
13
 
        Service_Object *
14
 
        Perf_Test/Perf_Test:_make_Recursive_Lock_Test()
15
 
dynamic Adaptive_Recursive_Lock_Test
16
 
        Service_Object *
17
 
        Perf_Test/Perf_Test:_make_Adaptive_Recursive_Lock_Test()
18
 
dynamic Semaphore_Test
19
 
        Service_Object *
20
 
        Perf_Test/Perf_Test:_make_Sema_Test()
21
 
dynamic Adaptive_Semaphore_Test
22
 
        Service_Object *
23
 
        Perf_Test/Perf_Test:_make_Adaptive_Sema_Test()
24
 
dynamic RWRD_Mutex_Test
25
 
        Service_Object *
26
 
        Perf_Test/Perf_Test:_make_RWRD_Test()
27
 
dynamic RWWR_Mutex_Test
28
 
        Service_Object *
29
 
        Perf_Test/Perf_Test:_make_RWWR_Test()
30
 
dynamic Token_Test
31
 
        Service_Object *
32
 
        Perf_Test/Perf_Test:_make_Token_Test()