Skip to content

Commit 09128bb

Browse files
committed
add new apps up to size 64
Signed-off-by: vsoch <[email protected]>
1 parent 9016707 commit 09128bb

30 files changed

+81421
-73783
lines changed

analysis/laghos/1-run-analysis.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def parse_data(indir, outdir, files):
8080

8181
# It's important to just parse raw data once, and then use intermediate
8282
for filename in files:
83+
if "performance-study" in filename:
84+
print(f'Skipping different config {filename}')
85+
continue
8386
exp = ps.ExperimentNameParser(filename, indir)
8487
if exp.prefix not in data:
8588
data[exp.prefix] = []
@@ -166,11 +169,9 @@ def plot_results(df, outdir, non_anon=False):
166169
err_kws={"color": "darkred"},
167170
hue_order=[
168171
"google/gke/cpu",
169-
# "google/compute-engine/cpu",
170172
],
171173
palette=cloud_colors,
172-
# Stopped working after 8
173-
order=[4, 8],
174+
order=[4, 8, 16, 32, 64],
174175
)
175176
if "rate" not in metric:
176177
axes[0].set_title(f"Laghos {metric.capitalize()} (CPU)", fontsize=14)

analysis/laghos/data-performance-study-config/flux-jobs-and-events.json

Lines changed: 334 additions & 0 deletions
Large diffs are not rendered by default.
Loading

0 commit comments

Comments
 (0)