-
Notifications
You must be signed in to change notification settings - Fork 244
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
chore: Release Noir(1.0.0-beta.2) #6914
Conversation
Peak Memory Sample
|
Compilation Report
|
Execution Report
|
🚀 Deployed on https://67aa10ed5c17bbcf341a1e76--noir-docs.netlify.app |
097d799
to
e0c7b2b
Compare
d619924
to
6fdd29f
Compare
Execution Memory Report
|
Compilation Memory Report
|
c4b1153
to
55d68df
Compare
b12c5ec
to
3a62ebb
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 Memory'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: 1896322 | Previous: 058d1b0 | Ratio |
---|---|---|---|
`` | 652.28 MB |
213.15 MB |
3.06 |
`` | 793.63 MB |
213.15 MB |
3.72 |
`` | 555.92 MB |
213.15 MB |
2.61 |
`` | 1230 MB |
213.15 MB |
5.77 |
`` | 529.89 MB |
213.15 MB |
2.49 |
`` | 555.9 MB |
213.15 MB |
2.61 |
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 Memory'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: 1896322 | Previous: 058d1b0 | Ratio |
---|---|---|---|
`` | 587.74 MB |
272.08 MB |
2.16 |
`` | 1170 MB |
272.08 MB |
4.30 |
`` | 2180 MB |
272.08 MB |
8.01 |
`` | 662.7 MB |
272.08 MB |
2.44 |
`` | 547.14 MB |
272.08 MB |
2.01 |
`` | 5310 MB |
272.08 MB |
19.52 |
`` | 5320 MB |
272.08 MB |
19.55 |
`` | 545.55 MB |
272.08 MB |
2.01 |
`` | 662.7 MB |
272.08 MB |
2.44 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
53c946b
to
df801f6
Compare
08720aa
to
5e4393e
Compare
FYI @noir-lang/developerrelations on Noir doc changes. |
🤖 Created releases: |
🤖 I have created a release beep boop
1.0.0-beta.2 (2025-02-10)
⚠ 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)assert
andassert_eq
are now expressions (#7313) (9ae3c6c)loop
keyword in runtime and comptime code (#7096) (c4f183c)loop
must have at least onebreak
(#7126) (8804f0a)loop
statements (only frontend) (#7092) (48e613e)ConstrainNotEqual
instruction (#7032) (51180b9)noir-inspector
(#7136) (a0704aa)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)Ord
implementation for arrays (#7305) (819a53a)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
Function::is_no_predicates
always returned false for brillig f… (#7167) (8cab0e4)is_empty
check for enums (#7257) (a9e9850)u32
s (#6976) (bf474c0)nargo check
(#7120) (bbdb937)StructDefinition::generics
and fix derivation of Eq in structs with numeric generics (#7076) (f17b7cc)inc_rc
for array inputs during preprocessing (#7163) (29d2d8a)&mut self
(#7155) (c8d5ce5)remove_possibly_mutated_cached_make_arrays
(#7264) (130d991)test_program_is_idempotent
on failure (#6942) (a690d96)Miscellaneous Chores
enum
andmatch
keywords (#6961) (e08f4fa)This PR was generated with Release Please. See documentation.