spcl / spcl/serverless-benchmarks
Support arm64 for C++ benchmarks
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 199
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we only support x86 deployments for C++ benchmarks. To properly support C++ benchmarks, we need to make our current container fleet (build, dependencies) platform-dependent. We can achieve it in two ways:
- Cross-compilation.
- Container emulation.
All dependencies need to be recompiled. Also, we need to make our build images to be architecture-dependent; currently, we only offer x86 as all deployed langues (Java, Node.js, Python) are platform-independent and we can just tell the package mangers to install arm packages (like with PyPI).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the current x86 container fleet, dependency builds, and build images are defined. Compare the cross-compilation and container-emulation approaches, then verify that C++ benchmark dependencies and build images are architecture-dependent and that arm64 deployments work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, docker
- Domain
- build-system, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100