Skip to content

Commit bdcd106

Browse files
ve1nardlind
andauthored
getcwd_syscall() updates (#280)
* finished comments and tests for getcw * removed extra whitespace * removed extra whitespace * removed extra whitespace * formatted with cargofmt * fixed a typo * formatted * fixed according to the review --------- Co-authored-by: lind <lind@nyu.edu>
1 parent ef036ed commit bdcd106

File tree

6 files changed

+414
-253
lines changed

6 files changed

+414
-253
lines changed

benches/fs_open_close.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Benchmarks for the microvisor implementation. In general, I'm not doing
2-
* results checking / assertations to avoid adding bias to the results. */
2+
* results checking / assertations to avoid adding bias to the results. */
33

44
// I hate allowing this, but this is apparently a known issue for a lot of
55
// code with CStrings. https://github.com/rust-lang/rust/issues/78691

benches/fs_read_write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Benchmarks for the microvisor implementation. In general, I'm not doing
2-
* results checking / assertations to avoid adding bias to the results. */
2+
* results checking / assertations to avoid adding bias to the results. */
33

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

benches/fs_read_write_seek.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Benchmarks for the microvisor implementation. In general, I'm not doing
2-
* results checking / assertations to avoid adding bias to the results. */
2+
* results checking / assertations to avoid adding bias to the results. */
33

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

benches/gen_getid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Benchmarks for the microvisor implementation. In general, I'm not doing
2-
* results checking / assertations to avoid adding bias to the results. */
2+
* results checking / assertations to avoid adding bias to the results. */
33

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

0 commit comments

Comments
 (0)