update workload algorithms

This commit is contained in:
Yupeng Chen 2024-04-26 15:08:38 +08:00
parent d620f2dbdb
commit 6beffee354
No known key found for this signature in database
GPG Key ID: BB03A97DB67D4C16
1 changed files with 6 additions and 6 deletions

View File

@ -301,7 +301,7 @@ fig.savefig(plots_dir+'fct-longLoad'+'.png')
#######################
algs=list([ "powerInt", "hpcc", "powerDelay"])
algs=list(["powerDelay","timely","patchedTimely","swift","rttqcn"])
req="0"
query="2000000"
@ -354,7 +354,7 @@ fig.savefig(plots_dir+'fct-shortRate'+'.png')
#######################
algs=list([ "powerInt", "hpcc", "powerDelay"])
algs=list(["powerDelay","timely","patchedTimely","swift","rttqcn"])
req="0"
query="2000000"
@ -407,7 +407,7 @@ fig.savefig(plots_dir+'fct-longRate'+'.png')
#######################
algs=list([ "powerInt", "hpcc", "powerDelay"])
algs=list(["powerDelay","timely","patchedTimely","swift","rttqcn"])
req="4"
query="0"
@ -463,7 +463,7 @@ fig.savefig(plots_dir+'fct-shortBurst4'+'.png')
#######################
algs=list([ "powerInt", "hpcc", "powerDelay"])
algs=list(["powerDelay","timely","patchedTimely","swift","rttqcn"])
req="1"
query="0"
@ -520,7 +520,7 @@ fig.savefig(plots_dir+'fct-longBurst4'+'.png')
#######################
algs=list(["powerInt", "hpcc", "powerDelay"])
algs=list(["powerDelay","timely","patchedTimely","swift","rttqcn"])
alg="powerInt"
load="0.9"
query="2000000"
@ -559,7 +559,7 @@ fig.savefig(plots_dir+'buf-load'+'.png')
#######################
algs=list(["powerInt", "hpcc", "powerDelay"])
algs=list(["powerDelay","timely","patchedTimely","swift","rttqcn"])
alg="powerInt"
load="0.8"
query="2000000"