0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Dominic Gannaway
974e823b5b
chore: improve internal benchmarking (#13620)
* chore: improve internal benchmarking

* update type

* simplify
2024-10-16 07:05:56 -04:00
Simon H
c4b721584a
chore: repo cleanup (#13029)
* chore: cleanup repo configs

- remove prettier from packages, everything runs through the root now (also better aligns with how you work with it in VS Code: no more config duplication needed)
- remove eslint from packages, run it once through the root now (revealed some inconsistencies and missing stuff, config tightened up as a result) (bump eslint while we're at it)

* update vite and related packages (since rollup includes an addition to one estree node we need to adjust code a bit)

* bump more packages

* bump jsdom

* lint
2024-08-26 11:30:45 -04:00
Rich Harris
ae27f27810
make internal sources ownerless (#13013)
* make internal sources ownerless

* WIP

* WIP

* WIP

* same for mutable_state

* oops

* DRY

* unrelated

* changeset

* fix
2024-08-24 17:36:19 -04:00
Dominic Gannaway
e9e7d8b468
chore: add more benchmarks (#12108)
* chore: add more benchmarks

* address feedback
2024-06-20 12:34:50 +01:00
Rich Harris
331925356e
chore: add pnpm bench:compare script (#12099)
* WIP compare script

* WIP

* fix

* add script

* update

* fix

* tweak

* fix

* update

* add TODO

* compare

* tmp

* gah

* revert

* fix

* fix

* prevent div/0

* reenable benchmarks

---------

Co-authored-by: Dominic Gannaway <dg@domgan.com>
2024-06-20 10:05:11 +01:00
Dominic Gannaway
baad4ea320
chore: add summary to benchmark output (#12097)
* chore: add summary to benchmark output

* chore: add summary to benchmark output
2024-06-20 09:47:35 +01:00
Dominic Gannaway
c7f6805c37
chore: add more benchmarks (#12094)
chore: add more benchmarks
2024-06-19 20:52:20 +01:00
Dominic Gannaway
d04f69ac05
chore: add a benchmarking tool + single benchmark (#12092)
* chore: add benchmarking tool and single benchmark
2024-06-19 18:33:53 +01:00