mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http load test: cleanup
This commit is contained in:
parent
1c8da337a1
commit
3114f8692b
1 changed files with 1 additions and 2 deletions
|
|
@ -72,8 +72,7 @@ fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
|
||||
if config.cpu_pinning.active {
|
||||
builder = builder.pin_to_cpu(
|
||||
WorkerIndex::SocketWorker(i)
|
||||
.get_cpu_index(&config.cpu_pinning, config.num_workers),
|
||||
WorkerIndex::SocketWorker(i).get_cpu_index(&config.cpu_pinning, config.num_workers),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue