Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/yield.cfa

    r01c6256 rb813f53  
    4444int main(int argc, char * argv[]) {
    4545        BENCH_DECL
    46         unsigned num_io = 1;
    47         io_context_params params;
    4846
    4947        for(;;) {
     
    7573
    7674                Time start, end;
    77                 BenchCluster cl = { num_io, params, CFA_STATS_READY_Q };
     75                BenchCluster cl = { 0, CFA_STATS_READY_Q };
    7876                {
    7977                        BenchProc procs[nprocs];
Note: See TracChangeset for help on using the changeset viewer.