Skip to content

Commit a941060

Browse files
triangle count demo: remove test of SampleDegree
1 parent 56b923c commit a941060

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/benchmark/tc_demo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ int main (int argc, char **argv)
146146
// sample the degree
147147
//--------------------------------------------------------------------------
148148

149+
#if 0
150+
// just for testing
149151
for (int nsamples = 1000 ; nsamples <= 100000 ; nsamples += 1000)
150152
{
151153
double ts = LAGraph_WallClockTime ( ) ;
@@ -158,6 +160,7 @@ int main (int argc, char **argv)
158160
nsamples, mean, median, mean > 3 * median, ts) ;
159161
fflush (stdout) ;
160162
}
163+
#endif
161164

162165
//--------------------------------------------------------------------------
163166
// triangle counting

0 commit comments

Comments
 (0)