File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
devops/scripts/benchmarks/benches Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33# See LICENSE.TXT
44# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
6- from itertools import product
7- import os
6+ import copy
87import csv
98import io
10- import copy
119import math
10+ import os
1211from enum import Enum
12+ from itertools import product
1313
14- from utils .utils import run , git_clone , create_build_path
15- from .base import Benchmark , Suite , TracingType
16- from utils .result import BenchmarkMetadata , Result
17- from .base import Benchmark , Suite
14+ from benches .base import Benchmark , Suite , TracingType
1815from options import options
16+ from utils .result import BenchmarkMetadata , Result
17+
18+ from utils .utils import create_build_path , git_clone , run
1919
2020
2121class RUNTIMES (Enum ):
You can’t perform that action at this time.
0 commit comments