Skip to content

chore(core): perfomance testing#660

Open
formaceft-93 wants to merge 2 commits into
mainfrom
perf-tests
Open

chore(core): perfomance testing#660
formaceft-93 wants to merge 2 commits into
mainfrom
perf-tests

Conversation

@formaceft-93
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 21, 2026

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 26m 52s Passed tests 1491   Skipped tests 15 0 0 0 View
Allure 3 GitHub actions run (2026-06-02T13:55:28.606Z) 26m 52s Passed tests 1491   Skipped tests 15 0 0 0 View
My Dashboard 26m 52s Passed tests 1491   Skipped tests 15 0 0 0 View

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 21, 2026

Allure perf metrics

Generated at: 2026-06-02T14:00:03.873Z

Phase Count Total Avg Min Max
restoreState.total 1 867.1 ms 867.1 ms 867.1 ms 867.1 ms
restoreState.dump 3 866.5 ms 288.8 ms 272.4 ms 311.2 ms
restoreState.attachments 3 682.5 ms 227.5 ms 222.6 ms 236.5 ms
restoreState.storeRestore 3 52.1 ms 17.4 ms 14.6 ms 20.3 ms
generate.total 1 191096.4 ms 191096.4 ms 191096.4 ms 191096.4 ms
generate.plugins.done 1 1899.8 ms 1899.8 ms 1899.8 ms 1899.8 ms
publish.upload.total 1 74012.1 ms 74012.1 ms 74012.1 ms 74012.1 ms
summary.generate 2 25.0 ms 12.5 ms 10.0 ms 15.0 ms
generate.plugin.done.agent 1 0.2 ms 0.2 ms 0.2 ms 0.2 ms
generate.plugin.done.awesome 1 1284.4 ms 1284.4 ms 1284.4 ms 1284.4 ms
generate.plugin.done.dashboard 1 142.5 ms 142.5 ms 142.5 ms 142.5 ms
generate.plugin.done.log 1 0.6 ms 0.6 ms 0.6 ms 0.6 ms
generate.plugin.done.testops 1 471.2 ms 471.2 ms 471.2 ms 471.2 ms
publish.upload.plugin.awesome 1 65669.3 ms 65669.3 ms 65669.3 ms 65669.3 ms
publish.upload.plugin.dashboard 1 1935.6 ms 1935.6 ms 1935.6 ms 1935.6 ms

Artifacts: allure-perf-metrics

@formaceft-93 formaceft-93 force-pushed the perf-tests branch 2 times, most recently from 977509d to 983a2ae Compare May 28, 2026 13:55
@formaceft-93 formaceft-93 marked this pull request as ready for review May 28, 2026 14:03
@formaceft-93 formaceft-93 requested a review from epszaw May 28, 2026 14:08
Comment thread .github/workflows/build.yml Outdated
run: yarn allure generate --config=./allurerc.mjs --dump="allure-results-*.zip" --output=./allure-report
- name: Write perf metrics summary
if: always()
run: |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the script to the /scripts directory and run it out of there. It's difficult to maintain inline scripts.

Comment thread .github/workflows/build.yml Outdated
uses: actions/github-script@v9
with:
script: |
const fs = require("node:fs");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also move to /scripts

Comment thread packages/core/src/utils/perf.ts Outdated
summary: PerfMetricSummary[];
};

const markPrefix = "allure:perf:";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use upper snake case for the constants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants