-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert that block machines are stackable (#2307)
Fixes a TODO that makes block machine fail hard if a block machine is not stackable. This way, we'll know when this happens, instead of silently resorting to run-time solving.
- Loading branch information
1 parent
e328eb9
commit 9c6315e
Showing
4 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9c6315e
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.
Possible performance regression was detected for benchmark 'Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.20
.jit-benchmark/sqrt_879882356
18222
ns/iter (± 36
)2591
ns/iter (± 1
)7.03
jit-benchmark/sqrt_1882356
14531
ns/iter (± 19
)2075
ns/iter (± 1
)7.00
jit-benchmark/sqrt_1187956
13678
ns/iter (± 17
)2051
ns/iter (± 1
)6.67
jit-benchmark/sqrt_56
7120
ns/iter (± 21
)1229
ns/iter (± 2
)5.79
jit-benchmark/sort_33
385442
ns/iter (± 486
)71716
ns/iter (± 32
)5.37
jit-benchmark/sort_100
1505315
ns/iter (± 1457
)268321
ns/iter (± 236
)5.61
jit-benchmark/sort_300
6501512
ns/iter (± 3621
)1030191
ns/iter (± 1259
)6.31
jit-benchmark/sort_900
34255506
ns/iter (± 29041
)4300269
ns/iter (± 5480
)7.97
jit-benchmark/sort_2700
223133968
ns/iter (± 192781
)20688055
ns/iter (± 75629
)10.79
This comment was automatically generated by workflow using github-action-benchmark.