-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the benchmark binary that bulk creates filesystem items, xattrs and is heavily threaded to scope the performance of the library. The test script invokes it to validate some basic constraints. Signed-off-by: Zach Brown <[email protected]> Signed-off-by: Hunter Shaffer <[email protected]> Signed-off-by: Auke Kok <[email protected]>
- Loading branch information
Showing
5 changed files
with
913 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
== simple mkfs/restore/mount | ||
committed_seq 1120 | ||
total_meta_blocks 163840 | ||
total_data_blocks 15728640 | ||
1440 1440 57120 | ||
80 80 400 | ||
0: offset: 0 length: 1 flags: O.L | ||
extents: 1 | ||
0: offset: 0 length: 1 flags: O.L | ||
extents: 1 | ||
0: offset: 0 length: 1 flags: O.L | ||
extents: 1 | ||
0: offset: 0 length: 1 flags: O.L | ||
extents: 1 | ||
Type Size Total Used Free Use% | ||
MetaData 64KB 163840 34721 129119 21 | ||
Data 4KB 15728640 64 15728576 0 | ||
== under ENOSPC | ||
Type Size Total Used Free Use% | ||
MetaData 64KB 163840 115361 48479 70 | ||
Data 4KB 15728640 64 15728576 0 | ||
== ENOSPC | ||
== attempt to restore data device | ||
== attempt format_v1 restore | ||
== test if previously mounted | ||
== cleanup |
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.