Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit d531c06

Browse files
committed
Revert: Revert unnecessary changes in read_gbq_colab benchmarks
1 parent 619fcae commit d531c06

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

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)