mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
make a quicker, coarser test
This commit is contained in:
parent
ea89a27e92
commit
47b520638b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ int main()
|
|||
int64_t ambiguity_erasures = 0;
|
||||
double avg_mbs = 0;
|
||||
int64_t loops = 0;
|
||||
while (uncorrected_errors < 100000 && ++loops < 1000000) {
|
||||
while (uncorrected_errors < 10000 && ++loops < 1000) {
|
||||
if (crc_aided) {
|
||||
crc.reset();
|
||||
for (int i = 0; i < K-C; ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue