source: doc/theses/colby_parsons_MMAth/benchmarks/actors/genPlots @ 7c4416a

Last change on this file since 7c4416a was 14e1053, checked in by caparsons <caparson@…>, 13 months ago

first draft of full waituntil chapter and conclusion chapter. Lots of graph/plotting utilities cleanup. Reran all CFA actor benchmarks after recent changes. Small changes to actor.tex in performance section

  • Property mode set to 100755
File size: 374 bytes
Line 
1#!/bin/bash -
2python3 plotData.py data/nasus_ALL.txt nasus
3python3 plotData.py data/pyke_ALL.txt pyke
4python3 plotData.py data/nasus_CFA.txt nasusCFA
5python3 plotData.py data/pyke_CFA.txt pykeCFA
6python3 plotData.py data/nasus_SEND.txt nasus
7python3 plotData.py data/pyke_SEND.txt pyke
8python3 plotData.py data/nasus_MEM.txt nasus
9python3 plotData.py data/pyke_MEM.txt pyke
Note: See TracBrowser for help on using the repository browser.