-
Notifications
You must be signed in to change notification settings - Fork 226
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
chore: Release Noir(1.0.0-beta.2) #6914
base: master
Are you sure you want to change the base?
chore: Release Noir(1.0.0-beta.2) #6914
Conversation
Peak Memory Sample
|
Compilation Report
|
Execution Report
|
🚀 Deployed on https://678acccf1da08970ade11e3c--noir-docs.netlify.app |
097d799
to
e0c7b2b
Compare
d619924
to
6fdd29f
Compare
Execution Memory Report
|
Compilation Memory Report
|
c4b1153
to
55d68df
Compare
c45132b
to
68877c4
Compare
cd84227
to
ed72c1d
Compare
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.
⚠️ 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.10
.
Benchmark suite | Current: 9eda5db | Previous: dd70845 | Ratio |
---|---|---|---|
rollup-block-merge |
0.122 s |
0.104 s |
1.17 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
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.
⚠️ 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.10
.
Benchmark suite | Current: 226248f | Previous: dd70845 | Ratio |
---|---|---|---|
private-kernel-tail |
1.112 s |
1.006 s |
1.11 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
496592f
to
2f0cf6e
Compare
b661796
to
9eda5db
Compare
Changes to Brillig bytecode sizes
🧾 Summary (10% most significant diffs)
Full diff report 👇
|
Changes to number of Brillig opcodes executed
🧾 Summary (10% most significant diffs)
Full diff report 👇
|
FYI @noir-lang/developerrelations on Noir doc changes. |
🤖 I have created a release beep boop
1.0.0-beta.2 (2025-01-17)
⚠ BREAKING CHANGES
loop
statements (only frontend) (#7092)StructDefinition::generics
and fix derivation of Eq in structs with numeric generics (#7076)StructDefinition::fields
and move old functionality toStructDefinition::fields_as_written
(#7067)unsafe
blocks and passing unconstrained functions in place of constrained functions (#6938)execute
(#6869)enum
andmatch
keywords (#6961)foo.bar()
) to have the trait in scope (imported) (#6895)aes128_encrypt
to return an array (#6973)jsonrpsee
for foreign calls; refactorrun_test
; foreign call layering (#6849)Features
--pedantic-solving
flag (#6716) (5b9a113)loop
keyword in runtime and comptime code (#7096) (c4f183c)loop
statements (only frontend) (#7092) (48e613e)ConstrainNotEqual
instruction (#7032) (51180b9)inc_rc
instructions into ACIR (#7036) (2d316c2)execute
(#6869) (e71fcdf)unsafe
blocks and passing unconstrained functions in place of constrained functions (#6938) (2732947)StructDefinition::fields
and move old functionality toStructDefinition::fields_as_written
(#7067) (14a7e37)enum
s (#7110) (7705a62)Foo::bar()
) to have the trait in scope (imported) (#6882) (a5447ed)foo.bar()
) to have the trait in scope (imported) (#6895) (d61633d)store
instructions (#7106) (ed12ad7)jsonrpsee
for foreign calls; refactorrun_test
; foreign call layering (#6849) (51a4d5d)aes128_encrypt
to return an array (#6973) (dcdccfc)Bug Fixes
u32
s (#6976) (bf474c0)StructDefinition::generics
and fix derivation of Eq in structs with numeric generics (#7076) (f17b7cc)test_program_is_idempotent
on failure (#6942) (a690d96)Miscellaneous Chores
enum
andmatch
keywords (#6961) (e08f4fa)This PR was generated with Release Please. See documentation.