Skip to content

Commit 916c60e

Browse files
LAGraph: 10Feb2025a benchmark results with draft GraphBLAS v10
1 parent 6a50eb3 commit 916c60e

File tree

3 files changed

+1944
-0
lines changed

3 files changed

+1944
-0
lines changed

src/benchmark/gappagerank_demo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ int main (int argc, char **argv)
108108
damping, tol, itermax, msg)) ;
109109
t1 = LAGraph_WallClockTime ( ) - t1 ;
110110
printf ("warmup: %10.4f sec\n", t1) ;
111+
fflush (stdout) ;
111112

112113
//--------------------------------------------------------------------------
113114
// compute the GAP pagerank
@@ -134,6 +135,7 @@ int main (int argc, char **argv)
134135
damping, tol, itermax, msg)) ;
135136
t1 = LAGraph_WallClockTime ( ) - t1 ;
136137
printf ("trial: %2d time: %10.4f sec\n", trial, t1) ;
138+
fflush (stdout) ;
137139
total_time += t1 ;
138140
}
139141

0 commit comments

Comments
 (0)