[PR #55] [MERGED] Use b.Fatal in benchmark tests #63

Closed
opened 2026-02-16 10:24:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/55
Author: @ethantkoenig
Created: 5/26/2017
Status: Merged
Merged: 5/26/2017
Merged by: @lunny

Base: masterHead: benchmark


📝 Commits (1)

  • ac69f9b Use b.Fatal in benchmark tests

📊 Changes

2 files changed (+12 additions, -7 deletions)

View changed files

📝 blob_test.go (+7 -2)
📝 tree_entry_test.go (+5 -5)

📄 Description

Use b.Fatal instead of panic in benchmark tests. Also check for previously-unchecked errors in blob_test.go


🔄 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/go-gitea/git/pull/55 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 5/26/2017 **Status:** ✅ Merged **Merged:** 5/26/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `benchmark` --- ### 📝 Commits (1) - [`ac69f9b`](https://github.com/go-gitea/git/commit/ac69f9b0e2cde0dd064d6fa5055afd1fb2ec4d84) Use b.Fatal in benchmark tests ### 📊 Changes **2 files changed** (+12 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `blob_test.go` (+7 -2) 📝 `tree_entry_test.go` (+5 -5) </details> ### 📄 Description Use `b.Fatal` instead of `panic` in benchmark tests. Also check for previously-unchecked errors in `blob_test.go` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:24:00 -05:00
yindo closed this issue 2026-02-16 10:24:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#63