Skip to content

Commit

Permalink
Merge pull request #220 from eseiler/fix/display_layout
Browse files Browse the repository at this point in the history
[FIX] Computation of avg too many elements
  • Loading branch information
eseiler authored Oct 19, 2023
2 parents 1002f71 + 4093dc0 commit e453b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/display_layout/sizes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct per_level_stats
{
load_factor[i] /= num_ibfs[i];
max_elements[i] /= num_ibfs[i];
tbs_too_many_elements[i] /= num_ibfs[i];
tbs_too_many_elements[i] /= tbs_too_big[i];
}
}

Expand Down

0 comments on commit e453b89

Please sign in to comment.