(synthetic_dataset)
| 21 | |
| 22 | |
| 23 | def test_pure_python_process_pool_run(synthetic_dataset): |
| 24 | reader_throughput(synthetic_dataset.url, ['id'], warmup_cycles_count=5, measure_cycles_count=5, |
| 25 | pool_type=WorkerPoolType.PROCESS, loaders_count=1, read_method=ReadMethod.PYTHON, |
| 26 | spawn_new_process=False) |
| 27 | |
| 28 | |
| 29 | def test_tf_thread_pool_run(synthetic_dataset): |
nothing calls this directly
no test coverage detected
searching dependent graphs…