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/options.hfa

    r35285fd r481ee28  
    77struct cluster;
    88
    9 enum ExprimentType {
    10         FileExperiment,
    11         HelloWorldExperiment
    12 };
    13 
    149struct Options {
    15         struct {
    16                 ExprimentType type;
    17         } experiment;
     10        bool log;
    1811
    1912        struct {
Note: See TracChangeset for help on using the changeset viewer.