Skip to content

The pipeline does not produce a release build of hoprd for the docker image #6349

@Teebor-Choka

Description

@Teebor-Choka

@tolbrino The docker image being built does not use the release build of the hoprd and is therefore slower, the difference is brutal:

VPS with the docker image (using the debug build of hoprd):

INFO     root:test_stress.py:124 The websocket stress test ran at 99.24887096225116 packets/s/node

Binary with of the release build is ~8 times faster:

INFO     root:test_stress.py:124 The websocket stress test ran at 765.0366038192878 packets/s/node

Expected Behavior

The docker image needs to use the release build version of the hoprd binary.

Current Behavior

The docker build uses a debug binary without the release optimizations.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions