[PR #11822] [CLOSED] add model benchmark #24167

Closed
opened 2026-04-19 17:25:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11822
Author: @mxyng
Created: 8/8/2025
Status: Closed

Base: mainHead: mxyng/benchmark


📝 Commits (1)

📊 Changes

1 file changed (+155 additions, -0 deletions)

View changed files

runner/ollamarunner/runner_test.go (+155 -0)

📄 Description

go test ./model -run ^$ -memprofile mem.out -cpuprofile cpu.out -model
<model>

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/11822 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mxyng/benchmark` --- ### 📝 Commits (1) - [`bdfc82b`](https://github.com/ollama/ollama/commit/bdfc82b35183d55328308a24ed4a207cb2a66e3a) add model benchmark ### 📊 Changes **1 file changed** (+155 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `runner/ollamarunner/runner_test.go` (+155 -0) </details> ### 📄 Description ``` go test ./model -run ^$ -memprofile mem.out -cpuprofile cpu.out -model <model> ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 17:25:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#24167