- Timestamp:
- Nov 3, 2021, 11:45:25 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 7dd98b6
- Parents:
- a7026b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
ra7026b4 r3eb540fb 190 190 init_protocol(); 191 191 { 192 Worker workers[options.clopts.nworkers];192 Worker * workers = anew(options.clopts.nworkers); 193 193 for(i; options.clopts.nworkers) { 194 194 // if( options.file_cache.fixed_fds ) { … … 250 250 251 251 sout | "Stopping connection threads..." | nonl; flush( sout ); 252 adelete(workers); 252 253 } 253 254 sout | "done";
Note: See TracChangeset
for help on using the changeset viewer.