Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exec benchmarks #1855

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Add exec benchmarks #1855

merged 1 commit into from
Jul 28, 2023

Conversation

helsaawy
Copy link
Contributor

Add benchmarks to measure (LCOW) exec performance to functional test suite.

Additionally, remove helper testing functions from benchmark section (between b.StartTimer() and b.StopTimer()), since helper functions will call "testing".(TB).Helper(), which involves mutex (un)lock operations as well as parsing stack frames.

Add benchmarks to measure (LCOW) exec performance to functional test
suite.

Additionally, remove helper testing functions from benchmark section
(between `b.StartTimer()` and `b.StopTimer()`), since helper functions
will call `"testing".(TB).Helper()`, which involves mutex (un)lock
operations as well as parsing stack frames.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
@helsaawy helsaawy merged commit e820885 into microsoft:main Jul 28, 2023
16 checks passed
@helsaawy helsaawy deleted the exec-bench branch July 28, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants