Skip to content

Commit

Permalink
test: udpate test name, merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Sep 10, 2024
1 parent 3b0d885 commit 1da93af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
// we don't want failing tests outputting over each other
/* eslint-disable no-await-in-loop */

describe('fully decomposed permission set via preset', () => {
describe('fully decomposed permission set via decomposePermissionSetBeta2', () => {
const testDir = path.join('test', 'snapshot', 'sampleProjects', 'preset-decomposedPS2');
let sourceFiles: string[];
let mdFiles: string[];
Expand Down

2 comments on commit 1da93af

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 1da93af Previous: a337c83 Ratio
eda-componentSetCreate-linux 247 ms 237 ms 1.04
eda-sourceToMdapi-linux 2584 ms 2401 ms 1.08
eda-sourceToZip-linux 1994 ms 2010 ms 0.99
eda-mdapiToSource-linux 3057 ms 2945 ms 1.04
lotsOfClasses-componentSetCreate-linux 455 ms 490 ms 0.93
lotsOfClasses-sourceToMdapi-linux 3888 ms 3693 ms 1.05
lotsOfClasses-sourceToZip-linux 3395 ms 3314 ms 1.02
lotsOfClasses-mdapiToSource-linux 3783 ms 3624 ms 1.04
lotsOfClassesOneDir-componentSetCreate-linux 796 ms 771 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-linux 6864 ms 6657 ms 1.03
lotsOfClassesOneDir-sourceToZip-linux 6173 ms 5876 ms 1.05
lotsOfClassesOneDir-mdapiToSource-linux 6811 ms 6625 ms 1.03

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 1da93af Previous: a337c83 Ratio
eda-componentSetCreate-win32 714 ms 677 ms 1.05
eda-sourceToMdapi-win32 4844 ms 4630 ms 1.05
eda-sourceToZip-win32 3290 ms 3216 ms 1.02
eda-mdapiToSource-win32 6278 ms 6162 ms 1.02
lotsOfClasses-componentSetCreate-win32 1221 ms 1343 ms 0.91
lotsOfClasses-sourceToMdapi-win32 7723 ms 8507 ms 0.91
lotsOfClasses-sourceToZip-win32 5121 ms 5392 ms 0.95
lotsOfClasses-mdapiToSource-win32 7873 ms 8406 ms 0.94
lotsOfClassesOneDir-componentSetCreate-win32 2167 ms 2364 ms 0.92
lotsOfClassesOneDir-sourceToMdapi-win32 13833 ms 14485 ms 0.95
lotsOfClassesOneDir-sourceToZip-win32 9261 ms 9204 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 14301 ms 14114 ms 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.