Changeset 5378f33 for doc/theses
- Timestamp:
- Aug 13, 2022, 4:51:21 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 17e6e08
- Parents:
- 08e7590d
- Location:
- doc/theses/thierry_delisle_PhD/thesis
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
r08e7590d r5378f33 26 26 eval_micro \ 27 27 eval_macro \ 28 conclusion \ 28 29 }} 29 30 … … 209 210 ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS" 210 211 211 build/result.memcd.forall.qps.svg : data/memcd.updt 2Makefile ../../../../benchmark/plot.py | ${Build}212 build/result.memcd.forall.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build} 212 213 ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS" --filter forall --MaxY=700000 213 214 214 build/result.memcd.forall.lat.svg : data/memcd.updt 2Makefile ../../../../benchmark/plot.py | ${Build}215 build/result.memcd.forall.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build} 215 216 ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS" --filter forall --MaxY=1 216 217 217 build/result.memcd.vanilla.qps.svg : data/memcd.updt 2Makefile ../../../../benchmark/plot.py | ${Build}218 build/result.memcd.vanilla.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build} 218 219 ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS" --filter vanilla --MaxY=700000 219 220 220 build/result.memcd.vanilla.lat.svg : data/memcd.updt 2Makefile ../../../../benchmark/plot.py | ${Build}221 build/result.memcd.vanilla.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build} 221 222 ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS" --filter vanilla --MaxY=1 222 223 223 build/result.memcd.fibre.qps.svg : data/memcd.updt 2Makefile ../../../../benchmark/plot.py | ${Build}224 build/result.memcd.fibre.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build} 224 225 ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS" --filter fibre --MaxY=700000 225 226 226 build/result.memcd.fibre.lat.svg : data/memcd.updt 2Makefile ../../../../benchmark/plot.py | ${Build}227 build/result.memcd.fibre.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build} 227 228 ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS" --filter fibre --MaxY=1 228 229
Note: See TracChangeset
for help on using the changeset viewer.