Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2465, add multi threaded SB perf tests #2466

Merged
merged 1 commit into from
Dec 5, 2023

Fix #2465, add multi threaded SB perf tests

c83a193
Select commit
Loading
Failed to load commit list.
Merged

Fix #2465, add multi threaded SB perf tests #2466

Fix #2465, add multi threaded SB perf tests
c83a193
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Nov 21, 2023 in 10s

19 new alerts

New alerts in code changed by this pull request

  • 4 warnings
  • 15 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 80 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note test

TestBulkTransferSingle has too many lines (106, while 60 are allowed).

Check notice on line 80 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 445 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 479 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 187 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 233 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check warning on line 561 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Unbounded loop Warning test

This loop does not have a fixed bound.

Check warning on line 343 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Unbounded loop Warning test

This loop does not have a fixed bound.

Check notice on line 70 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Global could be static Note test

The global variable BulkCmd is not accessed outside of sb_performance_test.c and could be made static.

Check notice on line 71 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Global could be static Note test

The global variable BulkTlm is not accessed outside of sb_performance_test.c and could be made static.

Check notice on line 513 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note test

TestBulkTransferMulti4 has too many lines (80, while 60 are allowed).

Check warning on line 606 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Unbounded loop Warning test

This loop does not have a fixed bound.

Check warning on line 614 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Unbounded loop Warning test

The loop counter i is not always decremented in the loop body.

Check notice on line 37 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Global could be static Note test

The global variable UT_BulkTestDuration is not accessed outside of sb_performance_test.c and could be made static.

Check notice on line 318 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 513 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 373 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 409 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 279 in modules/cfe_testcase/src/sb_performance_test.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.