summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Synch-Benchmarks/recursive_lock_test.cpp')
-rw-r--r--performance-tests/Synch-Benchmarks/recursive_lock_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
index 6acbb6e5729..47befde6b5e 100644
--- a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
+++ b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
@@ -3,11 +3,11 @@
#define ACE_BUILD_SVC_DLL
#include "ace/Synch.h"
#include "Options.h"
-#include "Benchmark.h"
+#include "Benchmark_Performance.h"
#if defined (ACE_HAS_THREADS)
-class ACE_Svc_Export Recursive_Lock_Test : public Benchmark
+class ACE_Svc_Export Recursive_Lock_Test : public Benchmark_Performance
{
public:
virtual int svc (void);