Skip to content

Commit 61aa832

Browse files
committed
fix: update compass workflow
1 parent dbcddd5 commit 61aa832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compass-metrics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
- uses: DeterminateSystems/nix-installer-action@main
3333
- uses: DeterminateSystems/magic-nix-cache-action@main
3434
with:
35-
upstream-cache: https://spyder.cachix.org
35+
upstream-cache: https://oss-devnw.cachix.org
3636
- uses: DeterminateSystems/flake-checker-action@main
3737

3838
- name: Setup Cachix
3939
uses: cachix/cachix-action@v16
4040
with:
41-
name: spyder
41+
name: oss-devnw
4242
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
4343

4444
- name: Install additional tools for metrics
@@ -868,7 +868,7 @@ jobs:
868868
echo "🔍 DEBUG: Calculating total benchmark time..." >&2
869869
set +e
870870
# Get the package elapsed time as an approximation for total benchmark time
871-
total_bench_time=$(grep '"Action":"pass"' bench_results.json | grep '"Package":"go.spyder.org/bit"' | grep '"Elapsed":' | sed 's/.*"Elapsed":\([0-9.]*\).*/\1/' 2>/dev/null)
871+
total_bench_time=$(grep '"Action":"pass"' bench_results.json | grep '"Package":"go.devnw.com/canary"' | grep '"Elapsed":' | sed 's/.*"Elapsed":\([0-9.]*\).*/\1/' 2>/dev/null)
872872
bench_time_exit_code=$?
873873
set -e
874874

0 commit comments

Comments
 (0)