Skip to content

Commit

Permalink
fix: just give the thing a different namespace (#12353)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored Feb 27, 2025
1 parent c982763 commit b1dc585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spartan/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ case "$cmd" in
"test-kind-transfer-blob-with-sink")
# TODO(#12163) reenable bot once not conflicting with transfer
export OVERRIDES="blobSink.enabled=true,bot.enabled=false"
NAMESPACE=transfer FRESH_INSTALL=${FRESH_INSTALL:-true} INSTALL_METRICS=false \
NAMESPACE=transfer-blob-with-sink FRESH_INSTALL=${FRESH_INSTALL:-true} INSTALL_METRICS=false \
./scripts/test_kind.sh src/spartan/transfer.test.ts ci.yaml transfer-blob-with-sink
;;
"test-kind-upgrade-rollup-version")
Expand Down

2 comments on commit b1dc585

@AztecBot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: b1dc585 Previous: c982763 Ratio
Goblin::merge(t) 229299710 ns/iter 212636124 ns/iter 1.08

This comment was automatically generated by workflow using github-action-benchmark.

CC: @ludamad @codygunton

@AztecBot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'P2P Testbench'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: b1dc585 Previous: c982763 Ratio
degree-1-strict - minDelay 229 ms 145 ms 1.58
degree-1-strict - medianDelay 358 ms 297 ms 1.21
normal-degree-50-nodes - maxDelay 7079 ms 5626 ms 1.26
normal-degree-50-nodes - averageDelay 2677.11 ms 2275.43 ms 1.18
normal-degree-50-nodes - medianDelay 2626 ms 1987 ms 1.32

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Maddiaa0

Please sign in to comment.