Skip to content

Enabled Dacapo on Dashboard#1058

Merged
karianna merged 2 commits intoadoptium:masterfrom
MattyWeee123:issue1049
Jul 4, 2025
Merged

Enabled Dacapo on Dashboard#1058
karianna merged 2 commits intoadoptium:masterfrom
MattyWeee123:issue1049

Conversation

@MattyWeee123
Copy link
Contributor

@MattyWeee123 MattyWeee123 commented Jul 2, 2025

Dacapo.jsx matches new datastructure:

  1. Since jdkDate is null, derive it from t.timestamp.
  2. Extract metric with respect to test.duration and test.benchmarkName instead of tests.testData.metrics

Notes for possible related issues:
-Can optimize the code, currently I believe there are wasteful null values in resultsByJDKBuild due to change 2.
-Current code assumes only one iteration per benchmark, but there could be multiple iterations.

Fixes: #1049

TRSS local result:
image

Dacapo.jsx matches new datastructure:
1. Since jdkDate is null, derive it from t.timestamp.
2. Extract metric with respect to test.duration and test.benchmarkName
instead of tests.testData.metrics

Notes for possible related issues:
-Can optimize the code, currently I believe there are
wasteful null values in resultsByJDKBuild due to change 2.
-Current code assumes only one iteration per benchmark, but there could
be multiple iterations.

Fixes: adoptium#1049

Signed-off-by: Matthew Wei <mwei2@andrew.cmu.edu>
@netlify
Copy link

netlify bot commented Jul 2, 2025

Deploy Preview for eclipsefdn-adoptium-trss ready!

Name Link
🔨 Latest commit 5cf9fd6
🔍 Latest deploy log https://app.netlify.com/projects/eclipsefdn-adoptium-trss/deploys/6865f510ef8dc400080410c3
😎 Deploy Preview https://deploy-preview-1058--eclipsefdn-adoptium-trss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@MattyWeee123 MattyWeee123 marked this pull request as ready for review July 2, 2025 05:48
@karianna karianna merged commit 89ffd2c into adoptium:master Jul 4, 2025
7 checks passed
@MattyWeee123 MattyWeee123 deleted the issue1049 branch July 8, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable DaCapo on the Dashboard

2 participants