Changeset 6528d75 for benchmark/io/http


Ignore:
Timestamp:
Apr 16, 2021, 1:05:58 PM (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:
5f6a172
Parents:
431cd4f
Message:

Fixed benchmarks after change to getTimeNsec()

File:
1 edited

Legend:

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

    r431cd4f r6528d75  
    228228
    229229                char buff[100];
    230                 Time now = getTimeNsec();
     230                Time now = timeNsec();
    231231                strftime( buff, 100, "%a, %d %b %Y %H:%M:%S %Z", now );
    232232                sout | "Updated date to '" | buff | "'";
Note: See TracChangeset for help on using the changeset viewer.