mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 15:10:29 +02:00
Fix parallelism in quads benchmark
This commit is contained in:
parent
9576558a34
commit
157037dd1f
1 changed files with 1 additions and 1 deletions
2
quads.c
2
quads.c
|
@ -131,7 +131,7 @@ int main(int argc, char *argv[]) {
|
|||
struct gc_options *options = gc_allocate_options();
|
||||
gc_options_set_int(options, GC_OPTION_HEAP_SIZE_POLICY, GC_HEAP_SIZE_FIXED);
|
||||
gc_options_set_size(options, GC_OPTION_HEAP_SIZE, heap_size);
|
||||
gc_options_set_int(options, GC_OPTION_PARALLELISM, 1);
|
||||
gc_options_set_int(options, GC_OPTION_PARALLELISM, parallelism);
|
||||
|
||||
struct gc_heap *heap;
|
||||
struct gc_mutator *mut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue