Skip to content

Minor fixes to client and prefetch benchmarks for consistency#1518

Merged
sahityadg merged 4 commits intoawslabs:mainfrom
sahityadg:benchmark-updates
Jul 18, 2025
Merged

Minor fixes to client and prefetch benchmarks for consistency#1518
sahityadg merged 4 commits intoawslabs:mainfrom
sahityadg:benchmark-updates

Conversation

@sahityadg
Copy link
Contributor

This change makes prefetch and client benchmarks consistent simplifying the automation

Does this change impact existing behavior?

No, client and prefetch benchmarks only

Does this change need a changelog entry? Does it require a version change?

No, client and prefetch benchmarks only


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:14 — with GitHub Actions Inactive
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg had a problem deploying to PR integration tests July 16, 2025 21:17 — with GitHub Actions Failure
@sahityadg sahityadg force-pushed the benchmark-updates branch from 2e79901 to 2184e0c Compare July 16, 2025 21:22
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 16, 2025 21:22 — with GitHub Actions Inactive
@sahityadg sahityadg marked this pull request as ready for review July 16, 2025 22:04
muddyfish
muddyfish previously approved these changes Jul 17, 2025
Copy link
Contributor

@muddyfish muddyfish left a comment

Choose a reason for hiding this comment

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

Approved - if we could fix the constant issue that would be nice though

let timeout: Instant = total_start
.checked_add(max_duration.unwrap_or(Duration::from_secs(86400)))
.expect("Duration overflow error");
let duration = max_duration.unwrap_or(Duration::from_secs(86400));
Copy link
Contributor

Choose a reason for hiding this comment

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

Can 86400 become a constant?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in the latest commit

Signed-off-by: Sahitya Damera <[email protected]>
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg had a problem deploying to PR integration tests July 17, 2025 12:17 — with GitHub Actions Failure
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg temporarily deployed to PR integration tests July 17, 2025 12:17 — with GitHub Actions Inactive
@sahityadg sahityadg had a problem deploying to PR integration tests July 17, 2025 16:57 — with GitHub Actions Failure
Copy link
Contributor

@c-hagem c-hagem left a comment

Choose a reason for hiding this comment

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

Nice change!

@sahityadg sahityadg enabled auto-merge July 18, 2025 06:39
@sahityadg sahityadg temporarily deployed to PR integration tests July 18, 2025 06:40 — with GitHub Actions Inactive
@sahityadg sahityadg added this pull request to the merge queue Jul 18, 2025
Merged via the queue into awslabs:main with commit c15079d Jul 18, 2025
45 of 47 checks passed
mansi153 pushed a commit to mansi153/mountpoint-s3 that referenced this pull request Jul 24, 2025
…s#1518)

This change makes prefetch and client benchmarks consistent simplifying
the automation

### Does this change impact existing behavior?

No, client and prefetch benchmarks only

### Does this change need a changelog entry? Does it require a version
change?

No, client and prefetch benchmarks only

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).

---------

Signed-off-by: Sahitya Damera <[email protected]>
dannycjones pushed a commit to c-hagem/mountpoint-s3 that referenced this pull request Oct 9, 2025
…s#1518)

This change makes prefetch and client benchmarks consistent simplifying
the automation

### Does this change impact existing behavior?

No, client and prefetch benchmarks only

### Does this change need a changelog entry? Does it require a version
change?

No, client and prefetch benchmarks only

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).

---------

Signed-off-by: Sahitya Damera <[email protected]>
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.

3 participants