Add nostr bench tooling and mix bench comparison

This commit is contained in:
2026-03-14 01:28:32 +01:00
parent 9616383e19
commit 3b6dd0adc3
6 changed files with 609 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ in {
vips.overrideAttrs (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [mozjpeg];
});
nostr-bench = pkgs.callPackage ./nix/nostr-bench.nix {};
in
with pkgs; [
just
@@ -89,6 +90,10 @@ in {
mermaid-cli
# Nostr CLI client
nak
# Nostr relay benchmark client
nostr-bench
# Nostr reference server
strfry
];
# https://devenv.sh/tests/