File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments