mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 13:51:02 +00:00
Backend: add parallel cpu benchmarks processing (#603)
* Add parallel cpu benchmarks processing * Expose Parallel Hashrate Score in UI (as 'Parallel CPU speed') * Remove unused variable and fix cfg(debug) * Fix tests after removing old_chain_name * Update Dockerfile * bullseye for both images --------- Co-authored-by: Volodymyr Brazhnyk <volbr@pm.me>
This commit is contained in:
+3
-3
@@ -1,14 +1,14 @@
|
||||
FROM docker.io/paritytech/ci-linux:production as builder
|
||||
FROM docker.io/paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202507221446 AS builder
|
||||
|
||||
ARG PROFILE=release
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cargo build --${PROFILE} --bins
|
||||
RUN cargo build --${PROFILE} --bins -j 2
|
||||
|
||||
# MAIN IMAGE FOR PEOPLE TO PULL --- small one#
|
||||
FROM docker.io/debian:buster-slim
|
||||
FROM docker.io/debian:bullseye-slim
|
||||
LABEL maintainer="Parity Technologies"
|
||||
LABEL description="Substrate Telemetry Backend shard/core binaries, static build"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user