-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add TypeScript benchmarks. #1314
base: v0.28
Are you sure you want to change the base?
Conversation
…kysely-org#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
* feat: add postgres range types (kysely-org#1086) * feat: support refresh naterialized view * fix tests by adding .materialized() to remove the matview * fix failing test * fix: References typo (kysely-org#1092) * chore: refresh-view-node.ts => refresh-materialized-view-node.ts * chore: export node in index.ts --------- Co-authored-by: Isak <[email protected]> Co-authored-by: Jonathan Wu <[email protected]>
Co-authored-by: Igal Klebanov <[email protected]>
* feat: empty where in plugin * test: add new tests * chore: remove unneccesary typeguards * fix: change to binary operator node * test: update tests to do both in and not in * test: for having * chore: rm test * test: nullable tests * chore: nit * chore: condense suite * chore: db config override * chore: extra console log * chore: empty arr plugin docs * HandleEmptyInListsPlugin initial commit. Co-authored-by: Austin Woon Quan <[email protected]> --------- Co-authored-by: Austin Woon <[email protected]> Co-authored-by: igalklebanov <[email protected]> remove only.
Co-authored-by: vincentiusvin <[email protected]> Co-authored-by: Igal Klebanov <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2a4e621
to
f74109c
Compare
f74109c
to
9ca40c8
Compare
Results after re-ordering Mistakes (~) are now significantly cheaper.
|
Open in Stackblitz • kysely_koa_example
commit: |
Awesome! Looks good to me! |
import type { Kysely } from '../../dist/esm/index.js' | ||
|
||
declare const kysely: Kysely<DB> | ||
declare const knex: Kysely<any> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calling this knex
is a bit confusing. Maybe just kyselyAny
or something?
Hey 👋
Taking the TypeScript performance investigation and regression protection a step further and adding
@ark/attest
benches.To demo it, I'm experimenting with
QueryCreator.selectFrom
improvements.How to use it:
https://www.edgedb.com/blog/an-approach-to-optimizing-typescript-type-checking-performance#marking-the-workbench