Ignore:
Timestamp:
Aug 16, 2022, 4:04:47 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
Children:
aec2c022
Parents:
741e22c (diff), 17c6edeb (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/Makefile

    r741e22c r71cf630  
    2626        eval_micro \
    2727        eval_macro \
     28        conclusion \
    2829}}
    2930
     
    5455        result.yield.nasus.ops \
    5556        result.churn.jax.ops \
     57        result.churn.nasus.ops \
     58        result.locality.share.jax.ops \
     59        result.locality.share.nasus.ops \
     60        result.locality.noshare.jax.ops \
     61        result.locality.noshare.nasus.ops \
    5662        result.cycle.jax.ns \
    5763        result.cycle.nasus.ns \
     
    5965        result.yield.nasus.ns \
    6066        result.churn.jax.ns \
     67        result.churn.nasus.ns \
     68        result.locality.share.jax.ns \
     69        result.locality.share.nasus.ns \
     70        result.locality.noshare.jax.ns \
     71        result.locality.noshare.nasus.ns \
    6172        result.cycle.low.jax.ops \
    6273        result.cycle.low.nasus.ops \
     
    6475        result.yield.low.nasus.ops \
    6576        result.churn.low.jax.ops \
     77        result.churn.low.nasus.ops \
    6678        result.cycle.low.jax.ns \
    6779        result.cycle.low.nasus.ns \
     
    6981        result.yield.low.nasus.ns \
    7082        result.churn.low.jax.ns \
    71         result.memcd.updt.qps \
    72         result.memcd.updt.lat \
     83        result.churn.low.nasus.ns \
    7384        result.memcd.rate.qps \
    7485        result.memcd.rate.99th \
     86        result.memcd.forall.qps \
     87        result.memcd.forall.lat \
     88        result.memcd.fibre.qps \
     89        result.memcd.fibre.lat \
     90        result.memcd.vanilla.qps \
     91        result.memcd.vanilla.lat \
    7592        result.swbsrv.25gb \
     93        result.swbsrv.25gb.err \
    7694        SQMS
    7795
     
    162180yield_jax_ops_FLAGS = --MaxY=1000000000
    163181yield_low_jax_ops_FLAGS = --MaxY=1000000000
    164 yield_jax_ns_FLAGS = --MaxY=1500
    165 yield_low_jax_ns_FLAGS = --MaxY=1500
     182yield_jax_ns_FLAGS = --MaxY=4000
     183yield_low_jax_ns_FLAGS = --MaxY=4000
     184
     185yield_nasus_ops_FLAGS = --MaxY=1500000000
     186yield_low_nasus_ops_FLAGS = --MaxY=1500000000
     187yield_nasus_ns_FLAGS = --MaxY=1500
     188yield_low_nasus_ns_FLAGS = --MaxY=1500
     189
     190churn_jax_ops_FLAGS = --MaxY=50000000
     191churn_low_jax_ops_FLAGS = --MaxY=50000000
     192churn_jax_ns_FLAGS = --MaxY=20000
     193churn_low_jax_ns_FLAGS = --MaxY=20000
     194
     195churn_nasus_ops_FLAGS = --MaxY=75000000
     196churn_low_nasus_ops_FLAGS = --MaxY=75000000
     197churn_nasus_ns_FLAGS = --MaxY=20000
     198churn_low_nasus_ns_FLAGS = --MaxY=20000
    166199
    167200build/result.%.ns.svg : data/% Makefile ../../../../benchmark/plot.py | ${Build}
     
    171204        ../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second" $($(subst .,_,$*)_ops_FLAGS)
    172205
    173 build/result.memcd.updt.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
    174         ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Update Ratio"
    175 
    176 build/result.memcd.updt.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
    177         ../../../../benchmark/plot.py -f $< -o $@ -y "Average Read Latency" -x "Update Ratio"
    178 
    179206build/result.memcd.rate.qps.svg : data/memcd.rate Makefile ../../../../benchmark/plot.py | ${Build}
    180         ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS"
     207        ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS" --MaxY=750000
    181208
    182209build/result.memcd.rate.99th.svg : data/memcd.rate Makefile ../../../../benchmark/plot.py | ${Build}
    183210        ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS"
    184211
     212build/result.memcd.forall.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
     213        ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS" --filter forall --MaxY=700000
     214
     215build/result.memcd.forall.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
     216        ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS" --filter forall --MaxY=1
     217
     218build/result.memcd.vanilla.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
     219        ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS" --filter vanilla --MaxY=700000
     220
     221build/result.memcd.vanilla.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
     222        ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS" --filter vanilla --MaxY=1
     223
     224build/result.memcd.fibre.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
     225        ../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS" --filter fibre --MaxY=700000
     226
     227build/result.memcd.fibre.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
     228        ../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS" --filter fibre --MaxY=1
     229
    185230build/swbsrv.% : data/swbsrv.%.nginx data/swbsrv.%.cfa Makefile ../../../../benchmark/process-trun.py | ${Build}
    186231        ../../../../benchmark/process-trun.py --out $@ $^
     
    188233build/result.swbsrv.%.svg : build/swbsrv.% Makefile ../../../../benchmark/plot.py | ${Build}
    189234        ../../../../benchmark/plot.py -f $< -o $@ -y "Data Rate" -x "Request Rate"
     235
     236build/result.swbsrv.%.err.svg : build/swbsrv.% Makefile ../../../../benchmark/plot.py | ${Build}
     237        ../../../../benchmark/plot.py -f $< -o $@ -y "Errors" -x "Request Rate"
    190238
    191239## pstex with inverted colors
Note: See TracChangeset for help on using the changeset viewer.