Skip to content

Add benchmarks for xrootd and webdav#14

Merged
camposandro merged 3 commits into
mainfrom
issue/1344/protocol-benchmarks
May 21, 2026
Merged

Add benchmarks for xrootd and webdav#14
camposandro merged 3 commits into
mainfrom
issue/1344/protocol-benchmarks

Conversation

@camposandro
Copy link
Copy Markdown
Contributor

Implements a simple testing suite to benchmark data access via XRootD and WebDAV. Closes #1344.

@camposandro camposandro requested a review from nevencaplar May 20, 2026 20:26
@camposandro camposandro self-assigned this May 20, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 3.48%. Comparing base (382d810) to head (ab09ada).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
src/lbench/dashboard/utils.py 0.00% 3 Missing ⚠️
src/lbench/dashboard/metrics/metric.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main     #14      +/-   ##
========================================
- Coverage   3.49%   3.48%   -0.01%     
========================================
  Files         26      26              
  Lines       1060    1062       +2     
========================================
  Hits          37      37              
- Misses      1023    1025       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@nevencaplar nevencaplar left a comment

Choose a reason for hiding this comment

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

LGTM

@camposandro
Copy link
Copy Markdown
Contributor Author

camposandro commented May 21, 2026

For reference, I ran some of the benchmarks from my local machine.

Open catalog and compute

Benchmark http aws xrootd webdav
Open catalog (metadata only) 5.11 s 1.91 s 4.84 s 5.17 s
Open catalog (ra/dec only) 5.53 s 1.69 s 4.85 s 5.40 s
Open + compute partition (all cols) 104.07 s 45.17 s 190.34 s 89.68 s
Open + compute partition (ra/dec only) 7.97 s 2.87 s 17.86 s 7.53 s
Open + cone search + magnitude filter 331.30 s 117.83 s 369.45 s 282.66 s

Self-crossmatching GAIA DR3

Benchmark xrootd × http xrootd × aws webdav × http webdav × aws
Crossmatch (all cols) 766.64 s 479.70 s 607.27 s 478.31 s
Crossmatch (ra/dec only) 57.60 s 40.82 s 39.00 s 28.60 s

Each benchmark ran a single iteration.

@camposandro camposandro merged commit 470f13c into main May 21, 2026
6 of 9 checks passed
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.

Implement simple benchmarking for xrootd and webdav protocol at USDF

2 participants