mirror of
https://github.com/nspcc-dev/neo-bench.git
synced 2026-03-01 04:28:43 +00:00
Provide a set of make targets for standard runs with proper dependencies #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Aug 26, 2020).
Originally assigned to: @AnnaShaleva on GitHub.
Uncommenting makefile lines is not something a user should do just to run some test, so there needs to be a set of proper make targets (if we're to keep them, of course, #4) with proper gen/dump dependencies and some
make helpshould tell about them (as well as README).