-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removal_records_integrity: audit preloaded data
Add audit of preloaded data, without auditing at the end. This is done this way because this check is unfortunately very expensive for the removal records which contains a `ChunkDictionary` field which is a list of variable-sized elements. This check adds ~25% to the cost of this program, and the cost scales linearly with the number of inputs. A profile reveals the cost of this check, for both 2 and for inputs. Cf. #190.
- Loading branch information
1 parent
a2d980d
commit 54be9c2
Showing
6 changed files
with
161 additions
and
63 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
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,13 @@ | ||
[ | ||
{ | ||
"name": "RemovalRecordsIntegrity-4in-4out", | ||
"benchmark_result": { | ||
"clock_cycle_count": 78428, | ||
"hash_table_height": 36553, | ||
"u32_table_height": 26224, | ||
"op_stack_table_height": 54026, | ||
"ram_table_height": 58040 | ||
}, | ||
"case": "CommonCase" | ||
} | ||
] |
Oops, something went wrong.