spcl/serverless-benchmarks

Support arm64 for C++ benchmarks

オープン

#265 opened on 2025/12/06

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Python (99 件のフォーク)auto 404
awsenhancementgood first issue

Repository metrics

Stars
 (196 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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).

コントリビューターガイド