File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
devops/scripts/benchmarks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66import os
77import json
88from pathlib import Path
9- from benches .result import Result , BenchmarkRun
9+ from utils .result import Result , BenchmarkRun
1010from options import Compare , options
1111from datetime import datetime , timezone
1212from utils .utils import run
Original file line number Diff line number Diff line change 1111from collections import defaultdict
1212from dataclasses import dataclass
1313import matplotlib .dates as mdates
14- from benches .result import BenchmarkRun , Result
14+ from utils .result import BenchmarkRun , Result
1515import numpy as np
1616from string import Template
1717
Original file line number Diff line number Diff line change 55# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
77import collections
8- from benches .result import Result
8+ from utils .result import Result
99from options import options , MarkdownSize
1010import ast
1111
You can’t perform that action at this time.
0 commit comments