Skip to content

Commit c5d00bd

Browse files
author
Sherry Fan
committed
Merge branch 'add_benchmark_tool' of https://github.com/berlin-with0ut-return/patina-apps into add_benchmark_tool
2 parents f318bfb + 29967f4 commit c5d00bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/services_benchmark_test/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information on boot services, see the [UEFI spec](https://uefi.org/spec
2121
### Iterations
2222

2323
The number of iterations per benchmark is derived from operation counts during normal operation of the Patina core.
24-
The exact counts can be found in [memory_safety_strategy.md in Patina](https://github.com/OpenDevicePartnership/patina/blob/main/docs/src/background/memory_safety_strategy.md?plain=1).
24+
The exact counts can be found in [memory_safety_strategy.md in Patina](https://opendevicepartnership.github.io/patina/background/memory_safety_strategy.html).
2525
The benchmarks here use similar orders of magnitude rather than exact counts.
2626

2727
### 1. Controller Services

services_benchmark_test/src/bench/protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub(crate) fn bench_install_protocol_interface(
4545
}
4646

4747
/// Benchmarks protocol opening performance.
48-
/// This is the preferred method (over `handle_protcol`) for retrieving protocol interfaces in modern UEFI (2.0+).
48+
/// This is the preferred method (over `handle_protocol`) for retrieving protocol interfaces in modern UEFI (2.0+).
4949
pub(crate) fn bench_open_protocol(_handle: efi::Handle, num_calls: usize) -> Result<Stats<f64>, BenchError> {
5050
// Set up and install the protocol to be opened.
5151
let agent_install = BOOT_SERVICES

0 commit comments

Comments
 (0)