Skip to content

Fast vhost#77

Draft
sheplu wants to merge 4 commits into
masterfrom
fast-vhost
Draft

Fast vhost#77
sheplu wants to merge 4 commits into
masterfrom
fast-vhost

bench(vhost): add benchmark harness, stored results, and BENCHMARKS.md

46441d7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 13, 2026 in 5s

7 new alerts including 7 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 7 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 17 in bench/index.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 243 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 265 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 276 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 315 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'b.com', so it might match more hosts than expected.

Check failure on line 392 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.

Check failure on line 439 in test/test.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'example.com', so it might match more hosts than expected.