Changeset 18a7594 for benchmark


Ignore:
Timestamp:
Feb 23, 2021, 11:57:51 AM (3 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:
fb15af5
Parents:
150d21a
Message:

added short option for numentries

File:
1 edited

Legend:

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

    r150d21a r18a7594  
    6565                // { 'k', "kpollsubmit",    "If set, cluster uses IORING_SETUP_SQPOLL, implies -f", sqkpoll, parse_settrue },
    6666                // { 'i', "kpollcomplete",  "If set, cluster uses IORING_SETUP_IOPOLL", iokpoll, parse_settrue },
    67                 {'\0', "numentries",     "Number of I/O entries", nentries },
     67                {'e', "numentries",     "Number of I/O entries", nentries },
    6868
    6969        };
Note: See TracChangeset for help on using the changeset viewer.