Skip to content

Commit 0f8c60f

Browse files
committed
add smoketest TODOs
1 parent 4959d83 commit 0f8c60f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/smoketests/sdk/test_async_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ async def test_benchmark_from_existing(self, async_sdk_client: AsyncRunloopSDK)
3838
benchmark_data = benchmarks[0]
3939

4040
# Create AsyncBenchmark wrapper
41+
# TODO: use AsyncBenchmarkOps to create a benchmark once implemented
4142
benchmark = AsyncBenchmark(
4243
client=async_sdk_client.api,
4344
benchmark_id=benchmark_data.id,

tests/smoketests/sdk/test_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def test_benchmark_from_existing(self, sdk_client: RunloopSDK) -> None:
3737
benchmark_data = benchmarks[0]
3838

3939
# Create Benchmark wrapper
40+
# TODO: use BenchmarkOps to create a benchmark once implemented
4041
benchmark = Benchmark(
4142
client=sdk_client.api,
4243
benchmark_id=benchmark_data.id,

0 commit comments

Comments
 (0)