Skip to content

Add basic thresholds for PackageGraphBenchmarks.swift #7462

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

Merged
merged 7 commits into from
Apr 17, 2024

Conversation

MaxDesiatov
Copy link
Contributor

This records thresholds for two relatively stable metrics: total malloc count and total number of syscalls. We don't run these benchmarks on CI yet, but now it allows tracking regressions locally.

This records thresholds for two relatively stable metrics: total malloc count and total number of syscalls. We don't run these benchmarks on CI yet, but now it allows tracking regressions locally.
@MaxDesiatov MaxDesiatov added no functional change No user-visible functional changes included performance Performance optimizations and improvements labels Apr 16, 2024
@MaxDesiatov MaxDesiatov self-assigned this Apr 16, 2024
@MaxDesiatov MaxDesiatov requested a review from xedin April 16, 2024 17:05
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

Benchmark(
"Package graph loading",
"PackageGraphLoading",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working around a known package-benchmark issue with whitespace handling in benchmark names when reading recorded thresholds.

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov enabled auto-merge (squash) April 16, 2024 21:00
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test windows

1 similar comment
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test windows

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test windows

@MaxDesiatov MaxDesiatov merged commit 36a3339 into main Apr 17, 2024
5 checks passed
@MaxDesiatov MaxDesiatov deleted the maxd/add-thresholds branch April 17, 2024 14:09
furby-tm pushed a commit to wabiverse/swift-package-manager that referenced this pull request May 15, 2024
This records thresholds for two relatively stable metrics: total malloc
count and total number of syscalls. We don't run these benchmarks on CI
yet, but now it allows tracking regressions locally.
furby-tm pushed a commit to wabiverse/swift-package-manager that referenced this pull request May 15, 2024
This records thresholds for two relatively stable metrics: total malloc
count and total number of syscalls. We don't run these benchmarks on CI
yet, but now it allows tracking regressions locally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no functional change No user-visible functional changes included performance Performance optimizations and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants