Add using clap

This commit is contained in:
askiiart 2024-11-12 15:14:56 -06:00
parent a019e5eba9
commit 41d0455864
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
10 changed files with 387 additions and 10 deletions

View file

@ -20,7 +20,7 @@
<p>The datasets being used for this test will be the
following:</p>
<ul>
<li>25 GB of null data (just <code>000000000000</code> in
<li>25 GB of null data (just <code>00000000</code> in
binary)</li>
<li>25 GB of random data<a href="#fn1" class="footnote-ref"
id="fnref1" role="doc-noteref"><sup>1</sup></a></li>
@ -33,7 +33,7 @@
<li>For some rough latency testing:
<ul>
<li>1000 4 kilobyte files filled with null data (again, just
<code>0000000</code> in binary)</li>
<code>00000000</code> in binary)</li>
<li>1000 4 kilobyte files filled with random data</li>
</ul></li>
</ul>