bench: Nix build static linux/amd64 nostr-bench

This commit is contained in:
2026-03-19 14:36:07 +01:00
parent 07953a7608
commit a410e07425
5 changed files with 2439 additions and 76 deletions

View File

@@ -1,11 +1,12 @@
This is a Nostr server written using Elixir and PostgreSQL.
NOTE: Nostr and NIP specs are available in `~/nostr/` and `~/nips/`.
NOTE: NIP specs are available in `./docs/nips/`.
## Project guidelines
- Use `mix precommit` alias when you are done with all changes and fix any pending issues
- Use the already included and available `:req` (`Req`) library for HTTP requests, **avoid** `:httpoison`, `:tesla`, and `:httpc`.
- Use semantic prefixes in commit messages (feat:, fix:, docs:, chore:, test:, build:, ci:, bench:, dev:)
<!-- usage-rules-start -->