This commit is contained in:
2026-03-19 11:46:00 +01:00
parent f0ef42fe3f
commit 7b0095b057
3 changed files with 373 additions and 772 deletions

View File

@@ -103,6 +103,8 @@ in {
nostr-rs-relay nostr-rs-relay
# Benchmark graph # Benchmark graph
gnuplot gnuplot
# Cloud benchmarks
hcloud
] ]
++ lib.optionals pkgs.stdenv.hostPlatform.isx86_64 [ ++ lib.optionals pkgs.stdenv.hostPlatform.isx86_64 [
strfry strfry

1141
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{ {
"dependencies": { "dependencies": {
"@mariozechner/pi-coding-agent": "^0.57.1" "@mariozechner/pi-coding-agent": "^0.60.0"
} }
} }