Skip to content

Commit 9f5ed93

Browse files
committed
fix test
1 parent e8ae026 commit 9f5ed93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/system/small/test_run_and_publish_benchmark.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from pathlib import Path
16+
import sys
17+
1518
from scripts import run_and_publish_benchmark
1619

20+
sys.path.insert(0, str(Path(__file__).resolve().parents[3]))
21+
1722

1823
def test_collect_benchmark_result(tmp_path):
1924
# Create dummy log files

0 commit comments

Comments
 (0)