Changeset c083c3d for doc/theses/colby_parsons_MMAth/benchmarks/channels
- Timestamp:
- May 1, 2023, 6:15:26 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 67408114
- Parents:
- 4daf79f (diff), 6e1e2d0 (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. - git-author:
- Peter A. Buhr <pabuhr@…> (05/01/23 16:59:14)
- git-committer:
- Peter A. Buhr <pabuhr@…> (05/01/23 18:15:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py
r4daf79f rc083c3d 70 70 if currBench == Bench.Unset: 71 71 if line == "contend:": 72 name = "C ontend"72 name = "Channel Contention" 73 73 currBench = Bench.Contend 74 74 elif line == "zero:":
Note:
See TracChangeset
for help on using the changeset viewer.