Ignore:
Timestamp:
Jan 7, 2021, 5:29:17 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:
390fb02
Parents:
2b4daf2
Message:

Started to work on httpforall also supporting techempower 'plaintext' benchmark.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/options.hfa

    r2b4daf2 r5ad381b  
    77struct cluster;
    88
     9enum ExprimentType {
     10        FileExperiment,
     11        HelloWorldExperiment
     12};
     13
    914struct Options {
     15        struct {
     16                ExprimentType type;
     17        } experiment;
     18
    1019        struct {
    1120                int open_flags;
Note: See TracChangeset for help on using the changeset viewer.