Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
02e7139
Benchmarking suite
mwiewior Nov 3, 2025
951f56a
Fix benchmark framework compilation issues
mwiewior Nov 3, 2025
9b69ec0
Fix GitHub Actions workflow syntax error
mwiewior Nov 3, 2025
b8e96fc
Restructure benchmark workflow to use separate jobs instead of matrix
mwiewior Nov 3, 2025
f2ef199
Update Rust version to 1.86.0 for DataFusion 50.3.0 compatibility
mwiewior Nov 3, 2025
4344f34
Fix dead code warning in ThreadCount enum
mwiewior Nov 3, 2025
09409f9
Fix ThreadCount enum deserialization for bare 'max' in YAML
mwiewior Nov 3, 2025
14b88f4
Fix benchmark configuration and update imports
mwiewior Nov 3, 2025
905b553
Fix import ordering to comply with rustfmt
mwiewior Nov 3, 2025
e30622c
Fix import ordering to comply with rustfmt standards
mwiewior Nov 3, 2025
079b01d
Fix rustfmt.toml to work with stable Rust toolchain
mwiewior Nov 3, 2025
ae04d9f
Fixing query
mwiewior Nov 3, 2025
42fbec8
Implement benchmark framework with baseline vs target comparison
mwiewior Nov 8, 2025
34f6d7b
Fix benchmark workflow: handle missing benchmarks in baseline and cre…
mwiewior Nov 8, 2025
6fd1a3b
Add pull_request trigger to benchmark workflow
mwiewior Nov 8, 2025
2f1852e
Fix PR target ref - use github.head_ref for pull_request events
mwiewior Nov 8, 2025
8cd5f4a
Fix benchmark workflow to always run baseline and correct URLs
mwiewior Nov 8, 2025
bd07599
Fix baseline benchmark by copying Cargo.toml workspace config
mwiewior Nov 8, 2025
d4e471b
Fix Cargo.lock conflict when switching from baseline to target
mwiewior Nov 8, 2025
86da38d
Integrate HTML report generation into benchmark workflow
mwiewior Nov 8, 2025
b3c164d
Add intelligent cargo caching with sccache
mwiewior Nov 8, 2025
121e4db
Improve interactive comparison HTML to match polars-bio pattern
mwiewior Nov 8, 2025
5aff949
Fix Cargo.lock conflict when switching from baseline to target
mwiewior Nov 10, 2025
487a1ba
Remove sccache due to GitHub Actions cache service outage
mwiewior Nov 10, 2025
6714d46
Simplify cargo caching to match polars-bio pattern
mwiewior Nov 10, 2025
5215087
Store baseline tag results in tags/ directory for dropdown visibility
mwiewior Nov 10, 2025
55ba06b
Refactor storage to match polars-bio structure exactly
mwiewior Nov 10, 2025
68b658b
Update HTML generation to load from index.json
mwiewior Nov 10, 2025
7c33c0c
Fix jq syntax error: label is a reserved keyword
mwiewior Nov 10, 2025
2dab106
Rewrite HTML generation to match polars-bio implementation
mwiewior Nov 10, 2025
acd3569
Add safety checks for undefined data in JavaScript
mwiewior Nov 10, 2025
acc0094
Implement interactive benchmark comparison with Plotly charts
mwiewior Nov 10, 2025
7d8cbfe
Add format subtabs and star for latest tag
mwiewior Nov 10, 2025
ac23372
Fix star indicator and sort commits by date descending
mwiewior Nov 10, 2025
e74a7a0
Fix is_latest_tag marking logic
mwiewior Nov 10, 2025
fc0cb8d
Optimize build caching with sccache
mwiewior Nov 10, 2025
1c57f0c
Fix latest_tag update to run for all targets
mwiewior Nov 10, 2025
abd28e7
Add mobile-friendly responsive design to benchmark comparison
mwiewior Nov 10, 2025
47d6d68
sccache update
mwiewior Nov 10, 2025
e845a4f
Temporarily disable sccache due to GitHub Actions cache service outage
mwiewior Nov 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,23 @@
"WebFetch(domain:opendal.apache.org)",
"Bash(./test_remote_range_reading)",
"Read(//Users/mwiewior/.cargo/git/checkouts/noodles-b4f93bd9cc0a0e76/7e127da/noodles-cram/src/container/compression_header/preservation_map/**)",
"Bash(awk:*)"
"Bash(awk:*)",
"Bash(pre-commit install:*)",
"Bash(pre-commit run:*)",
"Bash(/tmp/fasta_storage_backup.txt)",
"Bash(while read file)",
"Bash(do if [ -f \"$file\" ])",
"Bash([ ! -s \"$file\" ])",
"Bash(then echo \"$file\")",
"Bash(fi)",
"Bash(done)",
"Bash(/tmp/cram_storage.txt)",
"Bash(/tmp/vcf_storage.txt)",
"Bash(/tmp/fastq_table_provider.txt)",
"Bash(git reset:*)",
"Bash(git commit:*)",
"Bash(git log:*)",
"Bash(git push:*)"
],
"deny": [],
"ask": []
Expand Down
Loading
Loading