Changeset 18f0b70 for benchmark/rmit.py


Ignore:
Timestamp:
Nov 10, 2020, 12:21:21 AM (5 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0dd9a5e
Parents:
16ba4a6f (diff), 75baaa3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/rmit.py

    r16ba4a6f r18f0b70  
    173173        # ================================================================================
    174174        # Prepare to run
    175         print(actions)
    176175
    177176        # find expected time
     
    226225                        d = [r[0], r[1]]
    227226                        for k in headers[2:]:
    228                                 d.append(r[2][k])
     227                                try:
     228                                        d.append(r[2][k])
     229                                except:
     230                                        d.append(0.0)
    229231
    230232                        data.append(d)
Note: See TracChangeset for help on using the changeset viewer.