-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
format: apply lints to markdown files
Summary: # Context I was really annoyed w/ the variable formatting of Markdown files. I decided to apply formatting to all the markdown files to make things consistent. # This diff Formats all the markdown files to be consistent. The next diff will enable an option in linttool to enforce formatting in all Markdown files under `eden/fs/**/*` Reviewed By: zertosh Differential Revision: D59930918 fbshipit-source-id: 20964f531fbe6be919e8cc391caf148d5c107ae1
- Loading branch information
1 parent
a92eb43
commit 503737d
Showing
30 changed files
with
1,636 additions
and
1,586 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# "Macro" Benchmarks | ||
|
||
This directory contains benchmarks of EdenFS through its filesystem | ||
and Thrift APIs. Several of these benchmarks allow comparison of | ||
EdenFS's performance to native filesystems. | ||
This directory contains benchmarks of EdenFS through its filesystem and Thrift | ||
APIs. Several of these benchmarks allow comparison of EdenFS's performance to | ||
native filesystems. |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# C++ Language Benchmarks | ||
|
||
Sometimes it's useful to microbenchmark the compiler and standard | ||
library itself. These microbenchmarks allow us to compare fundamental | ||
costs across operating systems, compilers, and standard libraries. | ||
Sometimes it's useful to microbenchmark the compiler and standard library | ||
itself. These microbenchmarks allow us to compare fundamental costs across | ||
operating systems, compilers, and standard libraries. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.