Commit 672e86a
Add benchmark tool (#1)
I have addressed the comments mentioned in the old PR:
https://github.com/microsoft/mu_plus/pull/775/files#diff-6a9f6ae56a29a5f8862f4f1ca7e054186247d11cabc77db1120f8a0928f25f94
This PR adds the benchmark efi shell app as well as basic infrastructure
for building it.
The Makefile was largely generated by Copilot although i have tested and
checked it for consistency.
---------
Co-authored-by: Sherry Fan <[email protected]>
Co-authored-by: Michael Kubacki <[email protected]>1 parent 9511e28 commit 672e86a
File tree
23 files changed
+2650
-0
lines changed- .github/workflows
- docs/services_benchmark_test
- services_benchmark_test
- resources
- src
- bench
23 files changed
+2650
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments