Skip to content

Commit

Permalink
Deployed e4ce963 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yfzcsc committed Apr 1, 2024
1 parent 40de3e1 commit 657d3ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ <h1 id="wing">Wing</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-04-01 03:35:45.647895+00:00
Build Date UTC : 2024-04-01 03:37:35.989765+00:00
-->
2 changes: 1 addition & 1 deletion p1/part2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h3 id="task">Task</h3>
<h3 id="remove-old-sstables">Remove old SSTables</h3>
<p>Utilize SetRemoveTag to set the <code>remove_tag_</code> to true. When the destructor of SSTable is invoked, it checks the tag and determines whether to remove the file. This is safe as the destructor is called only when the SSTable is not in use.</p>
<h3 id="test_1">Test</h3>
<p>You can test all the components through <code>test/test_lsm --gtest_filter=LSMTest.LSMBasicTest:LSMTest.LSMSmallGetTest:LSMTest.LSMSmallScanTest:LSMTest.LSMSmallMultithreadGetPutTest:LSMTest.LSMSaveTest:LSMTest.LSMBigScanTest:LSMTest.LeveledCompactionTest</code></p>
<p>You can test all the components through <code>test/test_lsm --gtest_filter=LSMTest.LSMBasicTest:LSMTest.LSMSmallGetTest:LSMTest.LSMSmallScanTest:LSMTest.LSMSmallMultithreadGetPutTest:LSMTest.LSMSaveTest:LSMTest.LSMBigScanTest:LSMDuplicateKeyTest:LSMTest.LeveledCompactionTest</code></p>
<p>or, you can just use <code>test/test_lsm --gtest_filter=LSMTest.LSM*:LSMTest.LeveledCompactionTest</code></p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 657d3ba

Please sign in to comment.