From 048674636bbca82a98dd99b9de9561739ea49a48 Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Mon, 8 Apr 2024 16:58:42 +0100 Subject: [PATCH 1/2] chore(benchmarks): new benchmark environment change (20240408.01) We're moving benchmarking to new hardware, so this marks a benchmark discontinuity. Signed-off-by: Drew Hess --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 00f3a8a19..733fd8ac5 100644 --- a/flake.nix +++ b/flake.nix @@ -635,7 +635,7 @@ # them. benchmarks = let - lastEnvChange = "20230130.01"; + lastEnvChange = "20240408.01"; in final.callPackage ./nix/pkgs/benchmarks { inherit lastEnvChange; From af00c2bc9e3e85939f81b5c15b2e718976904dd0 Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Mon, 8 Apr 2024 17:01:38 +0100 Subject: [PATCH 2/2] doc(benchmarks): document benchmarking change Signed-off-by: Drew Hess --- docs/benchmarking.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/benchmarking.md b/docs/benchmarking.md index 505513529..c207960d5 100644 --- a/docs/benchmarking.md +++ b/docs/benchmarking.md @@ -12,3 +12,4 @@ the table below, we make a best-effort attempt to track the commits to |------------------------------------------|------------------ | [d81d43e2](https://github.com/hackworthltd/primer/commit/d81d43e2fe0f466410b0b984aa66ba8e83c19dec) | Retired previous benchmark machine, a dedicated AMD Ryzen 5 3600 6-Core Processor host running only benchmark jobs, and moved subsequent benchmark jobs to a VM running other CI jobs, with an 8-core AMD Ryzen 9 5900HX with Radeon Graphics. | [d38b9738](https://github.com/hackworthltd/primer/commit/d38b973874bc2491904811567b5da55e70116f54) | Back to previous benchmark machine, as the mixed-use CI machine was not a reliable benchmarking host. +| [04867463](https://github.com/hackworthltd/primer/commit/048674636bbca82a98dd99b9de9561739ea49a48) | Retired previous benchmark machine, and moved subsequent benchmark jobs to an 8-core AMD EPYC 7402P virtual machine.