mirror of https://github.com/logos-co/roadmap.git
vac dst fill in milestone info cont'
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
parent
9c2df13e9c
commit
2a68cdd357
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Techreport"
|
||||
---
|
||||
## `vac:ds:wakurtosis:waku:techreport`
|
||||
## `vac:dst:wakurtosis:waku:techreport`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
title: "Techreport_02"
|
||||
---
|
||||
## `vac:dst:wakurtosis:waku:techreport_02`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
tickInterval 1month
|
||||
dateFormat YYYY-MM-DD
|
||||
section Status
|
||||
Techreport_02: done, 2023-08-01, 2023-08-31
|
||||
```
|
||||
|
||||
- status: 100%
|
||||
- CC: Jordi
|
||||
|
||||
### Description
|
||||
|
||||
Run extra batches of simulations of the non-Discv5 case with average degree K=13, and K=50.
|
||||
|
||||
### Justification
|
||||
|
||||
To be able to better compare non-Discv5 and Discv5 Waku behaviours, the Waku team asked us to run new simulation batches with maximum fanout.
|
||||
Current simulation batches are hard to compare due to the dynamic nature of network generated by the Discv5 protocol.
|
||||
|
||||
|
||||
### Deliverables
|
||||
|
||||
* [techreport addendum](https://docs.google.com/document/d/18gU7Pxn7eBBwhtlj7kz4zbRR_Ae7txaUexo3MJQLbIY/edit#heading=h.3h1xpjk9k603)
|
||||
|
||||
|
Loading…
Reference in New Issue