mirror of
https://github.com/go-gitea/git.git
synced 2026-07-21 09:55:28 -04:00
[PR #55] [MERGED] Use b.Fatal in benchmark tests #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:benchmark📝 Commits (1)
ac69f9bUse 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.Fatalinstead ofpanicin benchmark tests. Also check for previously-unchecked errors inblob_test.go🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.