make it a proper benchmark

This commit is contained in:
Christian Schwarz
2024-11-20 13:52:05 +01:00
parent b9746168ff
commit f2de5b504f
3 changed files with 69 additions and 32 deletions

View File

@@ -235,6 +235,7 @@ class MetricReport(str, enum.Enum): # str is a hack to make it json serializabl
HIGHER_IS_BETTER = "higher_is_better"
# the same but for lower values
LOWER_IS_BETTER = "lower_is_better"
class NeonBenchmarker: