Skip to content

Commit

Permalink
perf(runtime,serverless,cli): always use Hyper types (#883)
Browse files Browse the repository at this point in the history
* perf(runtime,serverless,cli): always use Hyper types

* fix(wpt): update results

* chore: add changeset

* perf: avoid vec when possible

* chore: update deps

* chore: upgrade clickhouse

* refactor(serverless): remove last_requests to use db queries instead

* fix(serverless): cache clear

* refactor(serverless): move timestamp check outside of lock
  • Loading branch information
QuiiBz committed May 18, 2023
1 parent 7fd3cdd commit 00c1e66
Show file tree
Hide file tree
Showing 41 changed files with 1,574 additions and 1,332 deletions.
8 changes: 8 additions & 0 deletions .changeset/silly-wombats-cheer.md
@@ -0,0 +1,8 @@
---
'@lagon/cli': patch
'@lagon/runtime': patch
'@lagon/serverless': patch
'@lagon/wpt-runner': patch
---

Improve performance by always using Hyper types
4 changes: 2 additions & 2 deletions .github/renovate.json
Expand Up @@ -14,7 +14,7 @@
"pin",
"digest"
],
"automerge": true
"automerge": false
},
{
"matchDepTypes": [
Expand All @@ -38,4 +38,4 @@
],
"automergeStrategy": "squash",
"automergeType": "branch"
}
}

0 comments on commit 00c1e66

Please sign in to comment.