projects
/
libcds.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git]
/
test
/
stress
/
set
/
del3
/
set_del3.h
diff --git
a/test/stress/set/del3/set_del3.h
b/test/stress/set/del3/set_del3.h
index
012cb9d
..
f53fb3d
100644
(file)
--- a/
test/stress/set/del3/set_del3.h
+++ b/
test/stress/set/del3/set_del3.h
@@
-29,6
+29,7
@@
*/
#include "set_type.h"
*/
#include "set_type.h"
+#include "../../misc/common.h"
#include <cds/os/topology.h>
namespace set {
#include <cds/os/topology.h>
namespace set {
@@
-878,7
+879,7
@@
namespace set {
Set testSet( *this );
do_test_with( testSet );
Set testSet( *this );
do_test_with( testSet );
-
analyze( testSet
);
+
DEBUG(analyze( testSet )
);
}
template <class Set>
}
template <class Set>
@@
-888,7
+889,7
@@
namespace set {
Set testSet( *this );
do_test_extract_with( testSet );
Set testSet( *this );
do_test_extract_with( testSet );
-
analyze( testSet
);
+
DEBUG(analyze( testSet )
);
}
template <class Map>
}
template <class Map>