Roman Zajic
Roman Zajic
Hello, I have quite high end and perhaps also unusual machine to test resnet-50 performance using benchmarks suite. I have no problem with single machine test run, however I can't...
Hi Jeremy, If I may suggest gentle UI redesign, so it would be easier for newcomer or less technical person to just use intuition in the way they use with...
Nim-libp2p project uses test dependency go-libp2p-daemon which requires Go compiler version < 1.18. Actual Go compiler version set in the project 1.15.5 is not available for ARM64 with MacOS. Steps...
ARM64 is recently gaining ground on the formerly leading AMD64 architecture due to its greater efficiency, offering better performance per watt. Adding support for ARM64 would enable operators, developers, and...
Nim is an excellent choice for systems with limited resources. Single-board computers (SBCs) are widely used in educational institutions, ranging from high schools to universities. This is also true for...
When running "CI" workflow as a part of PR pre-checks, it fails frequently. List of observed causes: - Test stability - Nim dependency installation problems - Open dependency file errors...
When running "Daily" workflows, they might fail during tests phase with: Error: unhandled exception: FAILED: nimble testdaemon [OSError] Preceding error about accepting connections might be related: 2023-10-26T07:36:31.057Z ERROR p2pd go-libp2p-daemon/daemon.go:145...
### Description Batch of tests for Waku sharding functionality to extend existing tests ### Changes Tests available to run: cd go-waku/waku/v2/node go test
**Description** During TestStaticShardingLimits execution 1024 pubsub topics were subscribed on relay at node1 and node2. Relay instance1 was used to publish one message on randomly selected pubsub topic out of...
### Background During unit test development at https://github.com/waku-org/go-waku/pull/1035 was discovered unexpected behavior for events transitioning from libp2p layer to Waku layer. Within TestHandlePeerTopicEvent 5 nodes subscribed to the same pubsub...