add benchmark executable

This commit is contained in:
David Allemang
2022-09-16 10:15:00 -04:00
parent 9ccd85e1eb
commit a867631393
4 changed files with 79 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ namespace tc {
}
[[nodiscard]] size_t size() const {
[[nodiscard]] tc::Coset size() const {
return path.size();
}
};