summaryrefslogtreecommitdiff
path: root/test/git/async/test_performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/async/test_performance.py')
-rw-r--r--test/git/async/test_performance.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/git/async/test_performance.py b/test/git/async/test_performance.py
index 896d230e..703c8593 100644
--- a/test/git/async/test_performance.py
+++ b/test/git/async/test_performance.py
@@ -26,8 +26,8 @@ class TestThreadPoolPerformance(TestBase):
for num_transformers in (1, 5, 10):
for read_mode in range(2):
ts, rcs = add_task_chain(pool, ni, count=num_transformers,
- feedercls=InputIteratorThreadTask,
- transformercls=TestThreadPerformanceTaskNode,
+ feedercls=IteratorThreadTask,
+ transformercls=TestPerformanceThreadTask,
include_verifier=False)
mode_info = "read(0)"