Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
TensorRT-LLM
Public
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
14.6k
Code
Issues
593
Pull requests
890
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[None][feat] Add duration-based execution to benchmark
- #13385
#13385
Merged
karljang
merged 28 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
weikuo0506:feat/duration-bench
weikuo0506/TensorRT-LLM:feat/duration-bench
Copy head branch name to clipboard
Aug 1, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
[None][feat] Add duration-based execution to benchmark
#13385
karljang
merged 28 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
weikuo0506:feat/duration-bench
weikuo0506/TensorRT-LLM:feat/duration-bench
Copy head branch name to clipboard
Commits
Commits on Apr 23, 2026
[None][feat] Add duration-based execution to benchmark
Show description for abb477e
weikuo0506
committed
abb477e
View commit details
Copy full SHA for abb477e
Browse repository at this point
[None][chore] Improve docstring coverage in asynchronous.py
Show description for 00c7a53
weikuo0506
committed
00c7a53
View commit details
Copy full SHA for 00c7a53
Browse repository at this point
Commits on May 4, 2026
[None][chore] Remove unused import in test_bench_async.py
Show description for 1d1ca51
weikuo0506
committed
1d1ca51
View commit details
Copy full SHA for 1d1ca51
Browse repository at this point
[None][fix] Allow partial request completion when duration is set in async_benchmark
Show description for 16c8c70
weikuo0506
committed
16c8c70
View commit details
Copy full SHA for 16c8c70
Browse repository at this point
[None][chore] Add informative log when duration limit is reached
Show description for a18ac06
weikuo0506
committed
a18ac06
View commit details
Copy full SHA for a18ac06
Browse repository at this point
Commits on Jun 19, 2026
[None][chore] Merge upstream/main into feat/duration-bench
Show description for 7446e94
weikuo0506
committed
7446e94
View commit details
Copy full SHA for 7446e94
Browse repository at this point
[None][chore] Merge upstream/main into feat/duration-bench
Show description for 50c1888
weikuo0506
committed
50c1888
View commit details
Copy full SHA for 50c1888
Browse repository at this point
Commits on Jul 16, 2026
[None][chore] Fix pre-commit formatting and lint issues
Show description for 46d92f7
weikuo0506
committed
46d92f7
View commit details
Copy full SHA for 46d92f7
Browse repository at this point
Merge branch 'main' into feat/duration-bench
weikuo0506
authored
a151001
View commit details
Copy full SHA for a151001
Browse repository at this point
Merge branch 'main' into feat/duration-bench
weikuo0506
authored
023495a
View commit details
Copy full SHA for 023495a
Browse repository at this point
Commits on Jul 17, 2026
Merge branch 'main' into feat/duration-bench
weikuo0506
authored
d43056f
View commit details
Copy full SHA for d43056f
Browse repository at this point
Commits on Jul 20, 2026
Merge branch 'main' into feat/duration-bench
weikuo0506
authored
2bb54c3
View commit details
Copy full SHA for 2bb54c3
Browse repository at this point
Commits on Jul 22, 2026
[None][fix] Enforce benchmark duration at execution time
Show description for fc15032
weikuo0506
committed
fc15032
View commit details
Copy full SHA for fc15032
Browse repository at this point
Commits on Jul 23, 2026
[None][test] Set concurrency=1 in test_async_benchmark_duration
Show description for acd262b
weikuo0506
committed
acd262b
View commit details
Copy full SHA for acd262b
Browse repository at this point
Commits on Jul 27, 2026
[None][test] Fix broken imports and assertions in test_bench_async
Show description for 4a411b0
weikuo0506
committed
4a411b0
View commit details
Copy full SHA for 4a411b0
Browse repository at this point
[None][test] Register test_bench_async in the CPU CI stages
Show description for 52ba205
weikuo0506
committed
52ba205
View commit details
Copy full SHA for 52ba205
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/duration-bench
Show description for 1192f23
weikuo0506
committed
1192f23
View commit details
Copy full SHA for 1192f23
Browse repository at this point
Commits on Jul 28, 2026
[None][fix] Cancel in-flight requests when a benchmark request fails
Show description for f8e0c31
weikuo0506
committed
f8e0c31
View commit details
Copy full SHA for f8e0c31
Browse repository at this point
[None][fix] Reject non-positive --duration values
Show description for 77eb354
weikuo0506
committed
77eb354
View commit details
Copy full SHA for 77eb354
Browse repository at this point
Commits on Jul 29, 2026
[None][fix] Stop draining in-flight requests once one fails
Show description for af78879
weikuo0506
committed
af78879
View commit details
Copy full SHA for af78879
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/duration-bench
Show description for 6d74e9b
weikuo0506
committed
6d74e9b
View commit details
Copy full SHA for 6d74e9b
Browse repository at this point
test: mark benchmark async tests as CPU-only
Show description for eea4060
karljang
committed
eea4060
View commit details
Copy full SHA for eea4060
Browse repository at this point
Commits on Jul 30, 2026
[None][fix] Require a concurrency limit when --duration is set
Show description for f3c5a11
weikuo0506
committed
f3c5a11
View commit details
Copy full SHA for f3c5a11
Browse repository at this point
[None][fix] Drop multi-turn requests truncated by the duration limit
Show description for 28983fc
weikuo0506
committed
28983fc
View commit details
Copy full SHA for 28983fc
Browse repository at this point
[None][test] Relax boundary assertions in the duration tests
Show description for ee8cf46
weikuo0506
committed
ee8cf46
View commit details
Copy full SHA for ee8cf46
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/duration-bench
weikuo0506
committed
bcc4ab0
View commit details
Copy full SHA for bcc4ab0
Browse repository at this point
Commits on Jul 31, 2026
Merge remote-tracking branch 'origin/main' into feat/duration-bench
Show description for f8f8b90
weikuo0506
committed
f8f8b90
View commit details
Copy full SHA for f8f8b90
Browse repository at this point
[None][chore] Document the reporting scope of --duration
Show description for 69ac657
weikuo0506
committed
69ac657
View commit details
Copy full SHA for 69ac657
Browse repository at this point
You can’t perform that action at this time.