mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
dbms: Server: Compilation fix for benchmark. [#METR-16213]
This commit is contained in:
parent
3069d6fe8f
commit
be68994963
@ -142,7 +142,7 @@ private:
|
||||
void run()
|
||||
{
|
||||
for (size_t i = 0; i < concurrency; ++i)
|
||||
pool.schedule(std::bind(&Benchmark::thread, this, connections.get()));
|
||||
pool.schedule(std::bind(&Benchmark::thread, this, connections.IConnectionPool::get()));
|
||||
|
||||
InterruptListener interrupt_listener;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user