bench: Cloud benchmark
This commit is contained in:
@@ -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
|
||||
@@ -107,6 +110,7 @@ in {
|
||||
hcloud
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.hostPlatform.isx86_64 [
|
||||
# Nostr reference servers
|
||||
strfry
|
||||
];
|
||||
|
||||
|
||||
1101
scripts/cloud_bench_orchestrate.mjs
Executable file
1101
scripts/cloud_bench_orchestrate.mjs
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user