Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benches/fs_open_close.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Benchmarks for the microvisor implementation. In general, I'm not doing
* results checking / assertations to avoid adding bias to the results. */
* results checking / assertations to avoid adding bias to the results. */

// I hate allowing this, but this is apparently a known issue for a lot of
// code with CStrings. https://github.com/rust-lang/rust/issues/78691
Expand Down
2 changes: 1 addition & 1 deletion benches/fs_read_write.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Benchmarks for the microvisor implementation. In general, I'm not doing
* results checking / assertations to avoid adding bias to the results. */
* results checking / assertations to avoid adding bias to the results. */

use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion};

Expand Down
2 changes: 1 addition & 1 deletion benches/fs_read_write_seek.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Benchmarks for the microvisor implementation. In general, I'm not doing
* results checking / assertations to avoid adding bias to the results. */
* results checking / assertations to avoid adding bias to the results. */

use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion};

Expand Down
2 changes: 1 addition & 1 deletion benches/gen_getid.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Benchmarks for the microvisor implementation. In general, I'm not doing
* results checking / assertations to avoid adding bias to the results. */
* results checking / assertations to avoid adding bias to the results. */

use criterion::{criterion_group, criterion_main, Criterion};

Expand Down
Loading