chore: Release Noir(1.0.0-beta.19)#11109
Conversation
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Execution Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: ecab19e | Previous: 0d7ce21 | Ratio |
|---|---|---|---|
rollup-root |
0.004 s |
0.003 s |
1.33 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Test Suite Duration'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: ecab19e | Previous: 0d7ce21 | Ratio |
|---|---|---|---|
test_report_zkpassport_noir-ecdsa_ |
3 s |
2 s |
1.50 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
|
🚀 Deployed on https://699460d0ddf19c20e0f4de9f--noir-docs.netlify.app |
f159bb9 to
395141e
Compare
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Brillig Execution Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: 8eb18e4 | Previous: ec990a1 | Ratio |
|---|---|---|---|
private-kernel-reset |
0.111 s |
0.086 s |
1.29 |
rollup-block-root-single-tx |
0.003 s |
0.002 s |
1.50 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
9d2ce93 to
e7f0665
Compare
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Brillig Compilation Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: fbc1849 | Previous: 9e8e6b9 | Ratio |
|---|---|---|---|
rollup-tx-base-public |
1.988 s |
1.652 s |
1.20 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Compilation Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: d67b31e | Previous: 324725b | Ratio |
|---|---|---|---|
rollup-tx-base-private |
22.76 s |
18.78 s |
1.21 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
455f7a6 to
90f6687
Compare
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'ACVM Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: e4047dc | Previous: 324725b | Ratio |
|---|---|---|---|
perfectly_parallel_batch_inversion_opcodes |
2724053 ns/iter (± 6633) |
2204213 ns/iter (± 13925) |
1.24 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
9b49a01 to
3b9fb86
Compare
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Elaboration Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: 83b9b9c | Previous: 37b7eab | Ratio |
|---|---|---|---|
rollup-tx-merge |
1.35 s |
1.124 s |
1.20 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
|
FYI @noir-lang/developerrelations on Noir doc changes. |
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
1.0.0-beta.19 (2026-02-17)
⚠ BREAKING CHANGES
ExpressionWidth(#11229)u32instead ofusize(#10933)msgpack-compactformat by default (#7810)Features
--profile-executionto inspector command (#11218) (7b98584)wrap_commentsandcomment_widthoptions tonargo fmt(#7371) (e48a0d8)Bug Fixes
type_check_operator_method(#11353) (8cf160c)browsertest (#11520) (c88fc06)assert_constantafter SSA loop unrolling (#11428) (8c399ff)selfandSelfare comptime-only types used in runtime … (#11303) (55b5047)--include_gates_per_opcodein call tobbinnoir-profiler gates(#11310) (65c84b0)try_lookup_trait_implementationinadd_assumed_trait_implementation(#11488) (b8b2183)...] to be links too, even if they have nested … (#11293) (80ff673)impl Traitfunctions on-the-fly (#11239) (004d042)<Object as Trait}>::<Type>in function signatures (#11417) (d1e7da8)<Self as {trait}>::{ident}work asSelf::{ident}(#11371) (516cdf5)unresolved_globalsto theElaboratorcreated for the comptimeInterpreter(#11259) (56908dd)Module::add_itemif a module is from an external crate (#11585) (460c017)noir-fmt:ignoreignore comment formatting (#11527) (28964ef)T::Assocsearch trait bounds instead of trait associated types (#11558) (dff422f)<<as twoLesstokens to support nested generics (#11555) (00b5696)#[oracle]functions which clash with thestdlib(#11312) (4a819cf)PartialEqforType::NamedGenericfor implicit unbound (#11351) (4a862a2)implon associated type error (#11412) (e0de7d6)use super::anduse crate::(#11464) (8a43224)impl From<usize> for MemoryValue(#11226) (7c79ab8)MAX_INTERPRETER_CALL_STACK_SIZEto SSA interpreter (#11264) (be8004d)remove_if_else_pre_checkif values other than array/vector are returned (#11272) (bea20ef)black_boxinputs if they are constant (#11273) (e78f9c8)for_each_value_aliasin mem2regCallhandler forinstruction_input_references(#11530) (c32d7a4)Miscellaneous Chores
ExpressionWidth(#11229) (5f81abb)u32instead ofusize(#10933) (90cb79a)msgpack-compactformat by default (#7810) (ea2c41b)This PR was generated with Release Please. See documentation.