[PR #3357] [CLOSED] [tests] switch benchmarks to run on large runner #17197

Open
opened 2026-08-05 04:07:02 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3357
Author: @pascal-fischer
Created: 2/20/2025
Status: Closed

Base: mainHead: chore/benchmark-with-large-runner


📝 Commits (10+)

  • 1145d1a use latest runner
  • 5132f23 move recorder
  • 640aa87 add p1
  • 5c81937 add p1 and update benchmark tags
  • 974144a update expectations
  • 8ac63ea update expectations
  • 50acf07 update expectations
  • 3357667 Merge branch 'main' into chore/benchmark-with-large-runner
  • 4b70bfd update expectations
  • 2644f37 Merge remote-tracking branch 'origin/chore/benchmark-with-large-runner' into chore/benchmark-with-large-runner

📊 Changes

7 files changed (+401 additions, -380 deletions)

View changed files

📝 .github/workflows/golang-test-linux.yml (+6 -5)
📝 management/server/account.go (+1 -0)
management/server/account_benchmark_test.go (+346 -0)
📝 management/server/account_test.go (+0 -327)
📝 management/server/http/testing/benchmarks/peers_handler_benchmark_test.go (+4 -4)
📝 management/server/http/testing/benchmarks/setupkeys_handler_benchmark_test.go (+42 -42)
📝 management/server/http/testing/benchmarks/users_handler_benchmark_test.go (+2 -2)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/3357 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 2/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/benchmark-with-large-runner` --- ### 📝 Commits (10+) - [`1145d1a`](https://github.com/netbirdio/netbird/commit/1145d1a4333b942c7a9c7a89f718f24a762cffbf) use latest runner - [`5132f23`](https://github.com/netbirdio/netbird/commit/5132f23e0fe48d52090c32ac64d1b6dd4d4218ae) move recorder - [`640aa87`](https://github.com/netbirdio/netbird/commit/640aa872f493a1e7482f801cdfe15f91cd33b73a) add p1 - [`5c81937`](https://github.com/netbirdio/netbird/commit/5c81937ed61bb88d0b815c36060873fe5c4d8cdb) add p1 and update benchmark tags - [`974144a`](https://github.com/netbirdio/netbird/commit/974144a38169f2378df247d49c7f6e944535f766) update expectations - [`8ac63ea`](https://github.com/netbirdio/netbird/commit/8ac63ea4302f7c6e49f6b748114a178536d14b51) update expectations - [`50acf07`](https://github.com/netbirdio/netbird/commit/50acf07deffedf6634a1d817e6af575721e72feb) update expectations - [`3357667`](https://github.com/netbirdio/netbird/commit/33576671b61b7eafc19f465be8d66ee2f34821d4) Merge branch 'main' into chore/benchmark-with-large-runner - [`4b70bfd`](https://github.com/netbirdio/netbird/commit/4b70bfd9d70829ecfe2d1a9649c405f5b1978dc6) update expectations - [`2644f37`](https://github.com/netbirdio/netbird/commit/2644f37025e6b8dcb68e77e20dad62aa4f79d7c2) Merge remote-tracking branch 'origin/chore/benchmark-with-large-runner' into chore/benchmark-with-large-runner ### 📊 Changes **7 files changed** (+401 additions, -380 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test-linux.yml` (+6 -5) 📝 `management/server/account.go` (+1 -0) ➕ `management/server/account_benchmark_test.go` (+346 -0) 📝 `management/server/account_test.go` (+0 -327) 📝 `management/server/http/testing/benchmarks/peers_handler_benchmark_test.go` (+4 -4) 📝 `management/server/http/testing/benchmarks/setupkeys_handler_benchmark_test.go` (+42 -42) 📝 `management/server/http/testing/benchmarks/users_handler_benchmark_test.go` (+2 -2) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:07:02 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#17197