Skip to content

Commit c30211e

Browse files
committed
Revert: Revert unnecessary changes in read_gbq_colab benchmarks
1 parent ea24ab4 commit c30211e

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

tests/benchmark/read_gbq_colab/filter_output.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
# limitations under the License.
1414
import pathlib
1515

16-
import benchmark.utils as utils
17-
1816
import bigframes.pandas as bpd
17+
import tests.benchmark.utils as utils
1918

2019
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2120

tests/benchmark/read_gbq_colab/first_page.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
# limitations under the License.
1414
import pathlib
1515

16-
import benchmark.utils as utils
17-
1816
import bigframes.pandas
17+
import tests.benchmark.utils as utils
1918

2019
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2120

tests/benchmark/read_gbq_colab/last_page.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
# limitations under the License.
1414
import pathlib
1515

16-
import benchmark.utils as utils
17-
1816
import bigframes.pandas
17+
import tests.benchmark.utils as utils
1918

2019
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2120

tests/benchmark/read_gbq_colab/sort_output.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
# limitations under the License.
1414
import pathlib
1515

16-
import benchmark.utils as utils
17-
1816
import bigframes.pandas
17+
import tests.benchmark.utils as utils
1918

2019
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2120

0 commit comments

Comments
 (0)