Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
cl-bench
Commits
ec2cfefa
Commit
ec2cfefa
authored
May 22, 2016
by
Daniel Kochmański
Browse files
clisp: disable ackermann test
parent
23730904
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ec2cfefa
...
...
@@ -9,3 +9,4 @@ output/
*\\#*\\#
/report/#graph-report.lisp#
/report/.#graph-report.lisp
*.lib
tests.lisp
View file @
ec2cfefa
...
...
@@ -184,7 +184,8 @@
:group
:math
:long
"Calculating Ackermann's number (heavy recursion)"
:function
'cl-bench.math:run-ackermann
:runs
1
)
:runs
1
:disabled-for
'
(
:clisp
))
(
defbench
mandelbrot/complex
:group
:math
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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