Ignore:
Timestamp:
Jan 12, 2021, 1:12:24 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7dafb7b
Parents:
35285fd
Message:

Removed experiment type, server just supports both urls.
Logging is now optional.
Added done flag so spurious invalid accepts are caught.

File:
1 edited

Legend:

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

    r35285fd r481ee28  
    5959        //===================
    6060        // Open Files
    61         if (FileExperiment == options.experiment.type) {
    62                 printf("Filling cache from %s\n", path);
    63                 fill_cache( path );
    64         }
     61        printf("Filling cache from %s\n", path);
     62        fill_cache( path );
    6563
    6664        //===================
     
    162160                                for(i; options.clopts.nworkers) {
    163161                                        printf("Cancelling %p\n", (void*)workers[i].cancel.target);
     162                                        workers[i].done = true;
    164163                                        cancel(workers[i].cancel);
    165164                                }
Note: See TracChangeset for help on using the changeset viewer.