bench: Cloud benchmark
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 0s
CI / Test (OTP 28.4 / Elixir 1.19.4 + E2E) (push) Failing after 0s

This commit is contained in:
2026-03-19 12:50:13 +01:00
parent f0ef42fe3f
commit 8d76b94883
4 changed files with 1478 additions and 772 deletions

View File

@@ -78,6 +78,7 @@ in {
with pkgs;
[
just
# Mix NIFs
gcc
git
gnumake
@@ -85,6 +86,8 @@ in {
automake
libtool
pkg-config
# for tests
openssl
# Nix code formatter
alejandra
# i18n
@@ -103,8 +106,11 @@ in {
nostr-rs-relay
# Benchmark graph
gnuplot
# Cloud benchmarks
hcloud
]
++ lib.optionals pkgs.stdenv.hostPlatform.isx86_64 [
# Nostr reference servers
strfry
];

1141
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because it is too large Load Diff