chore: split dax into separate workflow, rename TTI workflow#193
Merged
Conversation
Contributor License AgreementAll contributors are covered by a CLA. |
HeyGarrison
force-pushed
the
chore/split-dax-workflow
branch
from
July 17, 2026 17:46
a1be76d to
1bf4a37
Compare
Contributor
Storage Benchmark Results1MB Files
View full run · SVGs available as build artifacts |
Contributor
Snapshot/Fork Benchmark Resultssmall dataset
|
Contributor
Browser Throughput Benchmark Results
View full run · SVG available as build artifact |
Contributor
Browser Benchmark Results
View full run · SVG available as build artifact |
Contributor
Sandbox Dax Benchmark Results
|
Contributor
Sandbox Benchmark ResultsSequential
Staggered
Burst
View full run · SVGs available as build artifacts |
- Create sandbox-dax-benchmarks.yml with dax job, own collect job, and dedicated PR comment with per-phase table - Rename sandbox-benchmarks.yml to sandbox-tti-benchmarks.yml - Remove dax job, mode option, and workload PR comment from TTI workflow - Restore TTI iterations default to 100
…ctor The CSS selector :not([href*=':']) was rejecting article body links rendered as absolute https:// URLs (e.g. https://en.wikipedia.org/wiki/Foo) because 'https:' contains a colon. Wikipedia now renders some body links in this format, causing ~54% of iterations to fail across all providers. Replace the CSS :not() filter with JS-based filtering that only checks for namespace colons (Help:, File:, Category:) after /wiki/, correctly handling relative, protocol-relative, and absolute URL formats.
HeyGarrison
force-pushed
the
chore/split-dax-workflow
branch
from
July 17, 2026 18:44
1bf4a37 to
a60ec8b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Splits the dax benchmark into its own workflow file and renames the existing TTI workflow for clarity.
Changes
New:
sandbox-dax-benchmarks.ymldax-benchmarks)Renamed:
sandbox-benchmarks.yml→sandbox-tti-benchmarks.ymlbenchThis matches the existing pattern where each benchmark category has its own workflow file (browser, storage, snapshot-fork).