Add SECURITY.md#1
Open
shivamsn97 wants to merge 2 commits into
Open
Conversation
Two Pyxle-only subsystem runners that measure an internal rather than comparing
frameworks, so they spawn their own `pyxle serve` to control its configuration
across runs (shared spawn/health-check/teardown in server-control.mjs):
- pool-scaling-ab.mjs: sweeps `--ssr-workers` (holding `--workers 1`) and
reports the 1→N scale factor per SSR page. Same-box + relative by
construction; recommends oha so the load generator isn't the ceiling that
masks scaling.
- cache-hitmiss.mjs: HIT (warm /cached) vs MISS (query-bypass, or a
PYXLE_PAGE_CACHE_BACKEND=off server) latency on the new cacheable /cached
route. Each pass is x-pyxle-cache header-verified before it counts.
Both follow the existing runner conventions (loadgen/stats, warmup, reps,
median, the INVALID-cell gate, oha/autocannon rules, result JSON + meta with an
honest `publishable` flag). Adds frameworks/pyxle-ssr/pages/cached.pyxl (a
300-row table behind a {"data", "revalidate"} cache envelope), npm script
entries, and README docs. Smoke-tested end-to-end: cache HIT ~32× the
throughput of a cold render.
A private vulnerability-disclosure path (GitHub advisory + security@pyxle.dev) for the benchmark suite; framework issues are directed to the pyxle repo.
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.
Adds a private vulnerability-disclosure path (GitHub advisory + security@pyxle.dev) for the benchmark suite, and directs framework vulnerabilities to the pyxle repo.