dginev / dginev/CorTeX-Peripherals

Benchmark service

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
1
Forks
0
Avg merge
1h 29m
Merged PRs (30d)
1

Description

I want to deploy a benchmark service, timed centrally by CorTeX as a "run", which:

  • Requests the imported corpus format
  • Receives the payload, unpacks it in a RAM disk (/dev/shm), then erases the unpacked data
  • Returns a generic success response

While there will inevitably be variance in bandwidth and various resource loads, such a timed run over a large corpus would provide a good estimate of the overhead cost of using the CorTeX flow.

Depends on implementing https://github.com/dginev/CorTeX/issues/13

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the dependency in CorTeX issue 13, then inspect the Rust ZeroMQ worker implementation in CorTeX-Peripherals. Define the service boundary and timing behavior from the issue before proceeding. Done means a benchmark run requests the imported corpus format, unpacks the payload in /dev/shm, erases it, and returns a generic success response.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend, performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.