-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misalign batch testcase and add score
* Add 4 peers instead of 2 to batching testcase * Misalign them by starting each with a delay. This one is synthetic since in real world peers don't usually start all at the same time and establish direct connections but in testcase it's still worth to have. * Misalign further by blocking alpha<->beta for a while so they would establish direct connection later than with other peers thus having a misalignment similar to real world. * Add scoring to distribution histogram. It can now be quantified how better/worse some solution or scenario is. For now it's just added to be printed Signed-off-by: Lukas Pukenis <[email protected]>
- Loading branch information
1 parent
07c7840
commit 4335ef9
Showing
3 changed files
with
102 additions
and
74 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