Last change
on this file since d2e6f84 was 14e1053, checked in by caparsons <caparson@…>, 2 years 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 -
|
---|
2 | python3 plotData.py data/nasus_ALL.txt nasus
|
---|
3 | python3 plotData.py data/pyke_ALL.txt pyke
|
---|
4 | python3 plotData.py data/nasus_CFA.txt nasusCFA
|
---|
5 | python3 plotData.py data/pyke_CFA.txt pykeCFA
|
---|
6 | python3 plotData.py data/nasus_SEND.txt nasus
|
---|
7 | python3 plotData.py data/pyke_SEND.txt pyke
|
---|
8 | python3 plotData.py data/nasus_MEM.txt nasus
|
---|
9 | python3 plotData.py data/pyke_MEM.txt pyke
|
---|
Note:
See
TracBrowser
for help on using the repository browser.