prisma
prisma-engines
BlogDocsChangelog

Performance History

Latest Results

fix: do not render default schema when dropping items in it (#5675) [TML-1527](https://linear.app/prisma-company/issue/TML-1527/regression-in-616-migrate-adds-explicit-schema-when-dropping-table) We need some special handling when dropping items in the default schema. More explanation in comments. Fixes https://github.com/prisma/prisma/issues/28312
main
9 hours ago
fix: do not render default schema when dropping items in it
fix/fix-drop-item-schema-rendering
16 hours ago
chore(deps): bump rustc-hash from 1.1.0 to 2.1.1 (#5671) Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 1.1.0 to 2.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md">rustc-hash's changelog</a>.</em></p> <blockquote> <h1>2.1.1</h1> <ul> <li>Change the internal algorithm to better accomodate large hashmaps. This mitigates a <a href="https://redirect.github.com/rust-lang/rust/issues/135477">regression with 2.0 in rustc</a>. See <a href="https://redirect.github.com/rust-lang/rustc-hash/pull/55">PR#55</a> for more details on the change (this PR was not merged). This problem might be improved with changes to hashbrown in the future.</li> </ul> <h2>2.1.0</h2> <ul> <li>Implement <code>Clone</code> for <code>FxRandomState</code></li> <li>Implement <code>Clone</code> for <code>FxSeededState</code></li> <li>Use SPDX license expression in license field</li> </ul> <h2>2.0.0</h2> <ul> <li>Replace hash with faster and better finalized hash. This replaces the previous &quot;fxhash&quot; algorithm originating in Firefox with a custom hasher designed and implemented by Orson Peters (<a href="https://github.com/orlp"><code>@orlp</code></a>). It was measured to have slightly better performance for rustc, has better theoretical properties and also includes a significantly better string hasher.</li> <li>Fix <code>no_std</code> builds</li> </ul> <h2>1.2.0 (<strong>YANKED</strong>)</h2> <p><strong>Note: This version has been yanked due to issues with the <code>no_std</code> feature!</strong></p> <ul> <li>Add a <code>FxBuildHasher</code> unit struct</li> <li>Improve documentation</li> <li>Add seed API for supplying custom seeds other than 0</li> <li>Add <code>FxRandomState</code> based on <code>rand</code> (behind the <code>rand</code> feature) for random seeds</li> <li>Make many functions <code>const fn</code></li> <li>Implement <code>Clone</code> for <code>FxHasher</code> struct</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/rustc-hash/commits/v2.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustc-hash&package-manager=cargo&previous-version=1.1.0&new-version=2.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
18 hours ago
chore(deps): bump proc-macro2 from 1.0.95 to 1.0.103 (#5672) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to 1.0.103. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.103</h2> <ul> <li>Add semver-exempt <code>Literal</code> methods <code>str_value</code>, <code>cstr_value</code>, <code>byte_str_value</code> (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/525">#525</a>)</li> </ul> <h2>1.0.102</h2> <ul> <li>Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/523">#523</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/524">#524</a>)</li> </ul> <h2>1.0.101</h2> <ul> <li>Optimize Span location accessors (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/519">#519</a>)</li> </ul> <h2>1.0.100</h2> <ul> <li>Stabilize <code>Span</code> methods on Rust 1.88+: <code>start</code>, <code>end</code>, <code>line</code>, <code>column</code>, <code>file</code>, <code>local_file</code> (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/517">#517</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/518">#518</a>)</li> </ul> <h2>1.0.99</h2> <ul> <li>Prevent Span's unstable API becoming unavailable from a future new compiler lint (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/515">#515</a>)</li> </ul> <h2>1.0.98</h2> <ul> <li>Disallow prefixed identifier as name of lifetime: <code>'prefix#lifetime</code> (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/514">#514</a>, <a href="https://redirect.github.com/rust-lang/rust/pull/126452">rust-lang/rust#126452</a>)</li> </ul> <h2>1.0.97</h2> <ul> <li>Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/505">#505</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/512">#512</a>, thanks <a href="https://github.com/davvid"><code>@​davvid</code></a>)</li> </ul> <h2>1.0.96</h2> <ul> <li>Simplify how rustdoc flags are decided during docs.rs builds (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/511">#511</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/d1bf13ac1d90c3b65c1b7fc131a26f37a8e2d0db"><code>d1bf13a</code></a> Release 1.0.103</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/29e08c06e5846105b2c0da6c9dc543921025dd9e"><code>29e08c0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/525">#525</a> from dtolnay/literalvalue</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/f9eec24c5ea46afdb1a91892cb502f99f17eba32"><code>f9eec24</code></a> Restore support for rustc older than 1.74</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/cc983fce21a8e426aacaa2f6134d59bbcb317867"><code>cc983fc</code></a> Restore support for rustc older than 1.79</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/465f7813e4d0a79c563e89da16d83565cbeccfe8"><code>465f781</code></a> Restore support for rustc older than 1.89</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/ab5231cd46dc69a94ddf8443aa0a42b1366148fc"><code>ab5231c</code></a> Add string literal value tests</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4c039a8e03540da01f25ce510baf5b453e97722f"><code>4c039a8</code></a> Add Literal methods from proc_macro_value feature</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/885fde9b297542693335bb70126dcb56562a3e73"><code>885fde9</code></a> Vendor rustc_literal_escaper v0.0.5</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/39b016a50ce68b16f5e007f153ebf4e2a8b7c0d0"><code>39b016a</code></a> Release 1.0.102</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c3870f1fc5bf6dbac9c217bcde512115c86b2582"><code>c3870f1</code></a> Add raw identifier Debug test</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.103">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proc-macro2&package-manager=cargo&previous-version=1.0.95&new-version=1.0.103)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
1 day ago

Active Branches

chore(deps): bump regex from 1.11.1 to 1.12.2
last run
15 hours ago
#5677
CodSpeed Performance Gauge
0%
#5676
CodSpeed Performance Gauge
0%
#5655
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs