-
Notifications
You must be signed in to change notification settings - Fork 3
Story CORE-591 | Implement benchmarking dapp out of Inspr Stack #147
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #147 +/- ##
===========================================
+ Coverage 75.05% 75.91% +0.85%
===========================================
Files 116 117 +1
Lines 6538 6754 +216
===========================================
+ Hits 4907 5127 +220
+ Misses 1391 1380 -11
- Partials 240 247 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
| COPY go.mod go.mod | ||
| RUN go mod download | ||
| COPY . . | ||
| # RUN go build -o main examples/kafka_standalone/topic/create.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment needed?
| COPY go.mod go.mod | ||
| RUN go mod download | ||
| COPY . . | ||
| # RUN go build -o main examples/kafka_standalone/topic/create.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this one?
| COPY go.mod go.mod | ||
| RUN go mod download | ||
| COPY . . | ||
| # RUN go build -o main examples/kafka_standalone/topic/create.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this?
| }() | ||
| time.Sleep(5 * time.Second) | ||
|
|
||
| // delivery_chan := make(chan kafka.Event, 10000) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove unnecessary comments
Description
Kind: Story
Section: Examples
Summary: An example of write-read kafka dapps without the use of Inspr
Changelog
Pay attention to