mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +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 {
|
if config.cpu_pinning.active {
|
||||||
builder = builder.pin_to_cpu(
|
builder = builder.pin_to_cpu(
|
||||||
WorkerIndex::SocketWorker(i)
|
WorkerIndex::SocketWorker(i).get_cpu_index(&config.cpu_pinning, config.num_workers),
|
||||||
.get_cpu_index(&config.cpu_pinning, config.num_workers),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue