Skip to content

Commit

Permalink
don't run benchmarks in regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 11, 2024
1 parent d0a06c5 commit 3398bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@
parallel-crypto3-gcc = (pkgs.callPackage ./parallel-crypto3.nix {
runTests = true;
enableDebug = false;
benchmarkTests = true;
});
parallel-crypto3-gcc-bench = (pkgs.callPackage ./parallel-crypto3.nix {
runTests = true;
enableDebug = false;
benchmarkTests = true;
});
parallel-crypto3-clang = (pkgs.callPackage ./parallel-crypto3.nix {
stdenv = pkgs.llvmPackages_19.stdenv;
Expand Down

0 comments on commit 3398bba

Please sign in to comment.