-
Notifications
You must be signed in to change notification settings - Fork 3
Add benchmark tool #1
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
Merged
berlin-with0ut-return
merged 41 commits into
OpenDevicePartnership:main
from
berlin-with0ut-return:add_benchmark_tool
Dec 17, 2025
Merged
Changes from 34 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
2cf1581
holy copilot
38bc543
remove pre-gitignore mess
c209704
uh
5ea086b
fix sysout
e649077
address old comments
6634ab9
add ci??
6735d4f
oops
83481b5
more spelling
8941ae4
this is crazy should i jsut remove cspell
4a605aa
naur
ebab665
fmt
b721f66
manually copy deny for now. may need to sync
6f08549
copy over deny make
729da90
urgheihgieh
c2457f7
fix clippy and maybe also echo
755ce97
rip
4305383
Remove codecov and add cov task but i don't think we really need it. …
6093fb0
add doc tasks (i will write actual docs later)
2014af2
force skip tarpaulin lol
7025716
omg there is so much i need to fix but i g2g
63cbfb6
i literally didn't initialize boot services lmao :\
a7497bc
add readme and add back codecov, although idrc about coverage for thi…
109ca2c
make build work
46508ba
add docs mostly written by copilot rip
d974fec
i actually hate the linter
3aa1477
make build task
f17d226
update based on comments
c4b4485
markdown?
fa81bf4
turns out find and replace is not ur friend
12e7680
add cargo make all and hopefully this works?
67522db
start removing unsafes
110b97f
remove all unsafes
257e4b9
is this better for std
24d701b
make the diff less bad
29967f4
Apply suggestions from code review
berlin-with0ut-return f318bfb
minor improvements
c5d00bd
Merge branch 'add_benchmark_tool' of https://github.com/berlin-with0u…
46b3dd0
how is it so hard to add a newline :\
614a4ea
okay
06d8123
remove markdownlint
d23ec5c
address final comments
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # @file ci-workflow.yml | ||
| # | ||
| # A workflow that runs basic CI tests and Rust CI tests, triggered on a pull_request or push to | ||
| # main. | ||
| # | ||
| # NOTE: This file is automatically synchronized from Patina DevOps. Update the original file there | ||
| # instead of the file in this repo. | ||
| # | ||
| # - Patina DevOps Repo: https://github.com/OpenDevicePartnership/patina-devops | ||
| # - File Sync Settings: https://github.com/OpenDevicePartnership/patina-devops/blob/main/.sync/Files.yml | ||
| # | ||
| ## | ||
| # Copyright (c) Microsoft Corporation. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| ## | ||
| name: CI | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - main | ||
| pull_request: | ||
| branches: | ||
| - main | ||
|
|
||
| jobs: | ||
| ci_workflow: | ||
| name: Run | ||
| uses: OpenDevicePartnership/patina-devops/.github/workflows/[email protected] | ||
| with: | ||
| build-tasks: build | ||
| run-cargo-vet: false | ||
| additional-artifacts: | | ||
| target/efi/services_benchmark_test_debug.efi | ||
| target/efi/services_benchmark_test.efi | ||
| secrets: inherit | ||
|
|
||
berlin-with0ut-return marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # @file .markdownlint.yml | ||
| # | ||
| # Patina markdownlint configuration file | ||
| # | ||
| ## | ||
| # Copyright (c) Microsoft Corporation | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| ## | ||
| { | ||
| "default": true, | ||
| "MD013": {"line_length": 120, "code_blocks": false, "tables": false}, | ||
| "MD033": {"allowed_elements": ["br", "center", "div", "iframe"]} | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.