spcl/serverless-benchmarks

Support arm64 for C++ benchmarks

開放

#265 建立於 2025年12月6日

 (4 則留言) (0 個反應) (0 位負責人)Python (99 個分叉)auto 404
awsenhancementgood first issue

倉庫指標

星標
 (196 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南