Changeset 5eb9327 for doc/theses/colby_parsons_MMAth
- Timestamp:
- Jun 1, 2023, 12:45:30 PM (20 months ago)
- Branches:
- ast-experimental, master
- Children:
- 1803d4d
- Parents:
- 760c88c
- Location:
- doc/theses/colby_parsons_MMAth/benchmarks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py
r760c88c r5eb9327 160 160 161 161 if currVariant == numVariants: 162 fig, ax = plt.subplots( )162 fig, ax = plt.subplots(layout='constrained') 163 163 plt.title(name + " Benchmark") 164 164 plt.ylabel("Runtime (seconds)") -
doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py
r760c88c r5eb9327 97 97 98 98 if currVariant == numVariants: 99 fig, ax = plt.subplots( )99 fig, ax = plt.subplots(layout='constrained') 100 100 plt.title(name + " Benchmark: " + str(currLocks) + " Locks") 101 101 plt.ylabel("Throughput (entries)")
Note: See TracChangeset
for help on using the changeset viewer.