-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9eed83
commit 1080453
Showing
3 changed files
with
227 additions
and
12 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
113 changes: 103 additions & 10 deletions
113
calyx-py/test/correctness/queues/binheap/binheap.expect
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,112 @@ | ||
{ | ||
"out": [ | ||
3, | ||
6, | ||
6, | ||
8, | ||
9, | ||
9, | ||
10, | ||
12, | ||
3, | ||
"ans_mem": [ | ||
143, | ||
143, | ||
316, | ||
316, | ||
93, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"commands": [ | ||
4, | ||
2, | ||
2, | ||
4, | ||
0, | ||
3, | ||
1, | ||
0, | ||
1, | ||
0, | ||
2, | ||
3, | ||
1, | ||
3, | ||
4, | ||
0, | ||
4, | ||
1, | ||
0, | ||
1 | ||
], | ||
"ranks": [ | ||
85, | ||
148, | ||
160, | ||
101, | ||
276, | ||
347, | ||
320, | ||
104, | ||
93, | ||
353, | ||
100, | ||
196, | ||
152, | ||
11, | ||
184, | ||
212, | ||
84, | ||
74, | ||
135, | ||
33 | ||
], | ||
"values": [ | ||
208, | ||
143, | ||
93, | ||
392, | ||
199, | ||
81, | ||
390, | ||
36, | ||
71, | ||
316, | ||
316, | ||
227, | ||
64, | ||
67, | ||
0, | ||
2, | ||
107, | ||
396, | ||
110, | ||
84 | ||
], | ||
"times": [ | ||
21, | ||
19, | ||
38, | ||
37, | ||
0, | ||
38, | ||
43, | ||
45, | ||
21, | ||
4, | ||
19, | ||
22, | ||
19, | ||
30, | ||
44, | ||
20, | ||
11, | ||
30, | ||
30, | ||
45 | ||
] | ||
} |
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