Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-28 | Remove deprecated features from Astro 3.0 (#9168) | 1 | -0/+1 | ||
2023-11-21 | Update all dependencies (#9138) | 1 | -1/+1 | ||
Co-authored-by: delucis <delucis@users.noreply.github.com> | |||||
2023-10-26 | Prevent bumping peer deps (#8893) | 1 | -1/+1 | ||
2023-09-13 | config: migrate us to moduleResolution: 'node16' (#8519) | 1 | -4/+1 | ||
2023-09-04 | fix: remove duplicate import (#8393) | 1 | -2/+1 | ||
Co-authored-by: jesse <qfei.shao@gmail.com> | |||||
2023-09-04 | Fix benchmark import path (#8389) | 1 | -1/+1 | ||
2023-08-25 | [ci] format | 1 | -2/+6 | ||
2023-08-25 | Improve stress test benchmark (#8225) | 2 | -3/+17 | ||
2023-08-24 | Update breaking dependencies (#8201) | 1 | -1/+1 | ||
2023-08-23 | Update non-major dependencies (#8199) | 1 | -2/+2 | ||
2023-08-08 | feat: remove webapi in favor of a smaller polyfill (#7840) | 2 | -6/+2 | ||
* feat: remove webapi in favor of a smaller polyfill * test: remove old test * test: π€¦ββοΈ * chore: changeset | |||||
2023-08-08 | Remove support for Node 16 (#7780) | 1 | -2/+2 | ||
2023-07-18 | nit: use `node:` prefix everywhere (#7692) | 10 | -20/+20 | ||
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection | |||||
2023-07-10 | Add CLI startup speed benchmark (#7617) | 4 | -10/+94 | ||
2023-06-21 | Update safe dependencies (#7430) | 1 | -2/+2 | ||
2023-04-27 | [ci] release (#6914) | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-03-07 | Move benchmark package and update changeset config (#6433) | 9 | -3/+145 | ||
2023-03-06 | [ci] format | 1 | -1/+1 | ||
2023-03-06 | Add page render benchmark (#6415) | 5 | -0/+223 | ||
2023-03-03 | Improve server-stress benchmark comment (#6405) | 2 | -9/+35 | ||
2023-03-01 | ci: correctly update comment in action (#6397) | 1 | -1/+1 | ||
2023-03-01 | Refactor benchmark script (#6376) | 14 | -0/+401 | ||
* Add timer setting * Setup benchmark code * Setup memory benchmark * Add compare function * Add result preview * Setup results preview * Simplify script for CI * Update CI * Cleanup * Temp remove fork guard * Fix stuff * Fix again * Fix quotes * Fix multiline output * Simplify title * Fix memory numbers * Remove astro bin dir * Fix gc * Add repo guards * Fix wrong call * Set max space size * Remove guard * Bump memory a bit * Organize neatly * Update readme * Try large md * Try no gc * Revert markdown and gc changes * Test sha * Try ref * Try 128mb * Set 256 * Add guard * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Add docs comment --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> |