-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for trie update with mixed prune flag
TestTrieAllocatedRegCountRegSizeWithMixedPruneFlag tests allocated register count and size for updated trie with mixed pruning flag. It tests the following updates with prune flag set to true: * step 1 : update empty trie with new paths and payloads (255 allocated registers) * step 2 : remove a payload without pruning (254 allocated registers) * step 3a: remove previously removed payload with pruning (254 allocated registers) * step 3b: update trie from step 2 with a new payload (sibling of removed payload) with pruning (255 allocated registers)
- Loading branch information
Showing
1 changed file
with
74 additions
and
0 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