This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: improve backpressure gossipsub batch #248
Merged
Freyskeyd
merged 16 commits into
main
from
feature/improve-backpressure-gossipsub-batch
Jul 11, 2023
Merged
feat: improve backpressure gossipsub batch #248
Freyskeyd
merged 16 commits into
main
from
feature/improve-backpressure-gossipsub-batch
Jul 11, 2023
Conversation
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
Freyskeyd
changed the base branch from
main
to
feature/improve-backpressure-gossipsub
June 23, 2023 09:36
Freyskeyd
changed the title
Feature/improve backpressure gossipsub batch
feat: improve backpressure gossipsub batch
Jun 23, 2023
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub
branch
from
June 26, 2023 09:44
c3caf89
to
72dba69
Compare
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub-batch
branch
from
June 27, 2023 09:32
42aba3b
to
c839537
Compare
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub
branch
2 times, most recently
from
June 27, 2023 10:31
f922ce9
to
4a6286b
Compare
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub-batch
branch
from
June 27, 2023 13:05
bbafc34
to
b5ce9a0
Compare
Freyskeyd
changed the base branch from
feature/improve-backpressure-gossipsub
to
main
June 27, 2023 13:05
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub-batch
branch
from
June 27, 2023 13:06
b5ce9a0
to
430038e
Compare
Codecov Report
@@ Coverage Diff @@
## main #248 +/- ##
==========================================
- Coverage 54.99% 53.14% -1.86%
==========================================
Files 192 198 +6
Lines 9626 9990 +364
==========================================
+ Hits 5294 5309 +15
- Misses 4332 4681 +349
|
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub-batch
branch
13 times, most recently
from
July 4, 2023 10:57
7db2903
to
f85cf81
Compare
gruberb
suggested changes
Jul 4, 2023
atanmarko
reviewed
Jul 4, 2023
atanmarko
reviewed
Jul 4, 2023
atanmarko
reviewed
Jul 4, 2023
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub-batch
branch
8 times, most recently
from
July 11, 2023 10:53
4e844b7
to
5905254
Compare
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub-batch
branch
2 times, most recently
from
July 11, 2023 14:02
252817b
to
d78b7f7
Compare
Signed-off-by: Simon Paitrault <[email protected]>
Freyskeyd
force-pushed
the
feature/improve-backpressure-gossipsub-batch
branch
from
July 11, 2023 14:42
d78b7f7
to
7308f90
Compare
Signed-off-by: Simon Paitrault <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR aims to allow us to have numbers for the benchmarks.
Here's a non-exhaustive list of what it covers:
InMemory
model forPendingCertificates
PR Checklist: