7 stdenv.mkDerivation rec {
8 pname = "tinymembench";
11 src = fetchFromGitHub {
13 repo = "tinymembench";
15 hash = "sha256-N6jHRLqVSNe+Mk3WNfIEBGtVC7Y6/sERVaeAD68LQJc=";
20 install -D tinymembench $out/bin/tinymembench
25 homepage = "https://github.com/ssvb/tinymembench";
26 description = "Simple benchmark for memory throughput and latency";
27 license = licenses.mit;
28 platforms = platforms.linux;
29 mainProgram = "tinymembench";
30 maintainers = with maintainers; [ lorenz ];