Skip to content

Commit

Permalink
chore: restore unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 29, 2023
1 parent ffaf2cc commit 7185c05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

name: tests
on:
# push:
# branches-ignore: [main]
push:
branches-ignore: [main]
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"repl": "node --inspect ./scripts/repl.js",
"test": "wireit",
"test:nuts": "mocha \"test/nuts/local/**/*.nut.ts\" --timeout 500000",
"test:nuts:scale": "mocha \"test/nuts/scale/eda.nut.ts\" --timeout 500000; mocha \"test/nuts/scale/lotsOfClasses.nut.ts\" --timeout 500000; mocha \"test/nuts/scale/lotsOfClassesOneDir.nut.ts\" --timeout 500000",
"test:nuts:suggest": "mocha \"test/nuts/suggestType/suggestType.nut.ts\" --timeout 10000",
"test:only": "wireit",
"test:registry": "mocha ./test/registry/registryCompleteness.test.ts --timeout 50000",
Expand Down
2 changes: 0 additions & 2 deletions test/nuts/scale/eda.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import * as path from 'path';
import { performance } from 'node:perf_hooks';
import { TestSession } from '@salesforce/cli-plugins-testkit';
import { sleep } from '@salesforce/kit';
import { MetadataResolver } from '../../../src';
import { MetadataConverter } from '../../../src';
import { ComponentSetBuilder } from '../../../src';
Expand All @@ -30,7 +29,6 @@ describe('tests using EDA', () => {

after(async () => {
await recordPerf(testName, performance);
await sleep(10000);
await session?.clean();
});

Expand Down

2 comments on commit 7185c05

@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: 7185c05 Previous: ffaf2cc Ratio
eda-componentSetCreate-linux 300 ms 387 ms 0.78
eda-sourceToMdapi-linux 6374 ms 8900 ms 0.72
eda-sourceToZip-linux 5121 ms 6146 ms 0.83
eda-mdapiToSource-linux 4308 ms 6501 ms 0.66
lotsOfClasses-componentSetCreate-linux 534 ms 795 ms 0.67
lotsOfClasses-sourceToMdapi-linux 10835 ms 13286 ms 0.82
lotsOfClasses-sourceToZip-linux 8927 ms 8677 ms 1.03
lotsOfClasses-mdapiToSource-linux 4379 ms 6528 ms 0.67
lotsOfClassesOneDir-componentSetCreate-linux 862 ms 1299 ms 0.66
lotsOfClassesOneDir-sourceToMdapi-linux 14990 ms 19422 ms 0.77
lotsOfClassesOneDir-sourceToZip-linux 12494 ms 14630 ms 0.85
lotsOfClassesOneDir-mdapiToSource-linux 8389 ms 12615 ms 0.67

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: 7185c05 Previous: ffaf2cc Ratio
eda-componentSetCreate-win32 761 ms 470 ms 1.62
eda-sourceToMdapi-win32 12340 ms 8999 ms 1.37
eda-sourceToZip-win32 8440 ms 6904 ms 1.22
eda-mdapiToSource-win32 12131 ms 8206 ms 1.48
lotsOfClasses-componentSetCreate-win32 1789 ms 997 ms 1.79
lotsOfClasses-sourceToMdapi-win32 20860 ms 15142 ms 1.38
lotsOfClasses-sourceToZip-win32 11911 ms 9595 ms 1.24
lotsOfClasses-mdapiToSource-win32 15104 ms 9647 ms 1.57
lotsOfClassesOneDir-componentSetCreate-win32 3182 ms 1796 ms 1.77
lotsOfClassesOneDir-sourceToMdapi-win32 32097 ms 23118 ms 1.39
lotsOfClassesOneDir-sourceToZip-win32 19705 ms 16026 ms 1.23
lotsOfClassesOneDir-mdapiToSource-win32 28360 ms 17970 ms 1.58

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

Please sign in to comment.