Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Sep 29, 2023
1 parent b68cc8b commit 5aca4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/benchmark/combinations/runtime/combinations.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static constr_info_t juvix_constr_info_array[CONSTRS_NUM] = {BUILTIN_UIDS_INFO};

int main() {
JUVIX_DECL_ARGS;
JUVIX_PROLOGUE(2);
JUVIX_PROLOGUE(3);

juvix_constrs_num = CONSTRS_NUM;
juvix_constr_info = juvix_constr_info_array;
Expand Down
2 changes: 1 addition & 1 deletion tests/benchmark/maybe/runtime/maybe.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static constr_info_t juvix_constr_info_array[CONSTRS_NUM] = {

int main() {
JUVIX_DECL_ARGS;
JUVIX_PROLOGUE(2);
JUVIX_PROLOGUE(3);

juvix_constrs_num = CONSTRS_NUM;
juvix_constr_info = juvix_constr_info_array;
Expand Down

0 comments on commit 5aca4ac

Please sign in to comment.