mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
Update documentation and code snippets
This commit is contained in:
@@ -160,3 +160,6 @@ class Benchmarks:
|
||||
|
||||
def get_benchmark_by_name(self, name: str) -> Benchmark | None:
|
||||
return self._benchmarks_paired_by_name.get(name)
|
||||
|
||||
def get_types(self) -> set[str]:
|
||||
return set(self._benchmarks_grouped_by_type.keys())
|
||||
|
||||
Reference in New Issue
Block a user