Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/main.cfa

    r2cd784a r3eb540fb  
    190190                        init_protocol();
    191191                        {
    192                                 Worker workers[options.clopts.nworkers];
     192                                Worker * workers = anew(options.clopts.nworkers);
    193193                                for(i; options.clopts.nworkers) {
    194194                                        // if( options.file_cache.fixed_fds ) {
     
    212212                                }
    213213                                sout | nl;
     214                                if(!options.interactive) park();
    214215                                {
    215216                                        char buffer[128];
     
    249250
    250251                                sout | "Stopping connection threads..." | nonl; flush( sout );
     252                                adelete(workers);
    251253                        }
    252254                        sout | "done";
Note: See TracChangeset for help on using the changeset viewer.