llm-kb
← Back to research
Benchmark

User benchmarks show 2x throughput gain from parallel agents on RTX 5090 with Qwen 3.6 35B

A Reddit user benchmarked LM Studio with Qwen 3.6 35B on an RTX 5090, finding that running at least 4 parallel agents doubles tokens/second compared to a single agent. The test with 8 configured parallel tasks showed significant throughput improvement, suggesting developers using agent frameworks like Open Code should parallelize to maximize performance.

44 engagement·1 source·Sun, Jul 12, 2026, 01:00 PM
A Reddit user posted benchmark results on July 12, 2026, showing that running multiple agents in parallel on an RTX 5090 with Qwen 3.6 35B via LM Studio can nearly double throughput. The user created a custom benchmark called 'open code benchtest' and found that using fewer than 4 agents leaves about half of potential performance. The test configured 8 parallel tasks and measured tokens/second across 5 requests. The user advises that whether working on a single project with multiple agents or multiple projects simultaneously, parallel execution is far more efficient than single-instance or single-agent usage.

Entities

Qwen 3.6 35B(model)RTX 5090(tool)LM Studio(tool)Open Code(tool)

Related

BenchmarkSun, Jul 12, 2026, 10:47 AM

User benchmarks 4x RTX 5060 Ti with SGLang for Qwen3.6 27B, finds better concurrency than vLLM

A user shared benchmark results showing that SGLang handles higher concurrency better than vLLM when running Qwen3.6 27B (INT8 with bf16 KV cache) on a 4x RTX 5060 Ti (64GB VRAM) setup. The test achieved 200 successful requests at 8 concurrency over 348.87 seconds, processing 61,870 input tokens and generating 44,525 tokens. This provides a practical reference for others considering multi-GPU configurations with these consumer cards.

3 engagement·1 source·reddit
CommunitySun, Jul 12, 2026, 04:30 AM

User seeks advice on adding second cheap GPU to run larger local models

A Reddit user running Gemma 4 26B-A4B at 12-15 t/s on an RTX 3060 (12 GB) finds the model insufficiently intelligent and wants to upgrade to a 31B model, which runs at only 1.5 t/s. They ask the community about the benefits of adding a second cheap GPU to improve performance for local LLM inference.

7 engagement·1 source·reddit
ProductfeaturedSun, Jul 5, 2026, 08:45 PM

Rust+CUDA LLM inference engine for RTX 5090, optimized with NVFP4, MoE, and speculative decoding

A from-scratch LLM inference engine written in Rust and CUDA, specifically tuned for the RTX 5090 Laptop GPU (Blackwell sm_120a). It supports NVFP4 quantization, mixture-of-experts (MoE), and multi-token prediction (MTP) speculative decoding, achieving up to 1.6x speedup over llama.cpp on target models. Designed for developers who need maximum inference performance on a single high-end laptop GPU.

260 engagement·1 source·github
CommunitySat, Jul 11, 2026, 01:03 PM

User benchmarks AMD EPYC 9374F for LLM inference, finds 48-thread sweet spot

A user replaced their EPYC 9135 with a cheap 9374F (8 CCDs) for LLM inference. Initial benchmarks showed no decoding advantage until they used 48 threads; 64 or 32 threads performed worse than the 9135 in some scenarios. The 9374F is worse for gaming.

6 engagement·1 source·reddit
BenchmarkMon, Jul 6, 2026, 11:21 AM

Community compares local LLMs for agentic workflows using tool-eval-bench

A GitHub user published an interactive comparison report evaluating local LLMs for agentic workflows, using the tool-eval-bench benchmark (84 scenarios, 16 categories, 8 trials). The report targets single DGX Spark or other 96-128GB rigs and covers multi-turn tool orchestration, function calling, and autonomous planning as exercised by Hermes Agent.

31 engagement·1 source·github