simplify and fix adaptive threshold logic

This commit is contained in:
Christoph Kluge
2026-03-06 10:09:44 +01:00
parent 2c519ab2dc
commit d74465215d
3 changed files with 7 additions and 27 deletions

View File

@@ -234,8 +234,6 @@
cluster={clusterInfos.find((c) => c.name == job.cluster)}
subCluster={job.subCluster}
isShared={job.shared != "none"}
numhwthreads={job.numHWThreads}
numaccs={job.numAcc}
zoomState={zoomStates[metric.data.name] || null}
thresholdState={thresholdStates[metric.data.name] || null}
{plotSync}