diff --git a/evals/benchmark/__init__.py b/evals/benchmark/__init__.py new file mode 100644 index 00000000..c495d189 --- /dev/null +++ b/evals/benchmark/__init__.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (C) 2024 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + +# diff --git a/evals/benchmark/stresscli/dataset/__init__.py b/evals/benchmark/stresscli/dataset/__init__.py new file mode 100644 index 00000000..916f3a44 --- /dev/null +++ b/evals/benchmark/stresscli/dataset/__init__.py @@ -0,0 +1,2 @@ +# Copyright (C) 2024 Intel Corporation +# SPDX-License-Identifier: Apache-2.0