Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
alphaLib
Commits
e255074e
Commit
e255074e
authored
Feb 16, 2017
by
POTTIER Francois
Browse files
Avoid stack overflow by running smaller tests.
parent
2ee0ba25
Changes
1
Hide whitespace changes
Inline
Side-by-side
demos/basic/Main.ml
View file @
e255074e
...
...
@@ -316,7 +316,7 @@ end
(* Run tests with increasing parameter sizes. *)
let
rec
run
number
size
atoms
=
if
size
<=
3
000
then
if
size
<=
2
000
then
(* TEMPORARY 3000 leads to stack overflow *)
let
module
R
=
Run
(
struct
let
number
=
number
let
size
=
size
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment