bench: Cloud benchmark
This commit is contained in:
@@ -78,6 +78,7 @@ in {
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
just
|
just
|
||||||
|
# Mix NIFs
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
@@ -85,6 +86,8 @@ in {
|
|||||||
automake
|
automake
|
||||||
libtool
|
libtool
|
||||||
pkg-config
|
pkg-config
|
||||||
|
# for tests
|
||||||
|
openssl
|
||||||
# Nix code formatter
|
# Nix code formatter
|
||||||
alejandra
|
alejandra
|
||||||
# i18n
|
# i18n
|
||||||
@@ -103,8 +106,11 @@ 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 [
|
||||||
|
# Nostr reference servers
|
||||||
strfry
|
strfry
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Generated
+370
-771
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mariozechner/pi-coding-agent": "^0.57.1"
|
"@mariozechner/pi-coding-agent": "^0.60.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Executable
+1101
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user