bench: bench register-pow for difficulty reference

This commit is contained in:
oxalica 2024-09-17 22:34:21 -04:00
parent 5252aa19ee
commit 4108212f34
4 changed files with 306 additions and 1 deletions

View file

@ -14,3 +14,6 @@ print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "warn"
[profile.bench]
debug = "line-tables-only"