Skip to content

b5g-ex/ping_pong_measurer_zenohex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingPongMeasurerZenohex

This repository contains the code for performance measurement of the Zenoh Elixir binding, Zenohex. The code is specifically designed for conducting ping-pong communication tests.

Overview

Zenohex is a communication middleware that provides Elixir bindings for Zenoh. This benchmark focuses on evaluating the performance of Zenohex in parallel execution through ping-pong communication scenarios.

how To Use

  • start pong nodes
iex -S mix
iex> PingPongMeasurerZenohex.start_pong_processes(Zenohex.open(), 10)

In this example, the number of pong nodes are 10

  • start ping nodes in another terminal
iex -S mix
iex> MeasurementHelper.start_measurement(10, 100, 1)

node_counts is 10, payload_bytes is 100, measurement_times is 1

data is stored in ./data folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages