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
a86bbe5d
Commit
a86bbe5d
authored
Jun 01, 2016
by
Daniel Kochmański
Browse files
cosmetic: fix indents
parent
d14c364e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.lisp
View file @
a86bbe5d
...
...
@@ -179,7 +179,7 @@
:group
:math
:function
'cl-bench.math:run-fib-ratio
:runs
500
:disabled-for
'
(
:clasp
)
)
:disabled-for
'
(
:clasp
))
(
defbench
ackermann
:group
:math
...
...
@@ -318,7 +318,7 @@
:long
"Adding together two 3-dimensional arrays"
:function
'cl-bench.arrays:bench-3d-arrays
:runs
1
:disabled-for
'
(
:lispworks-personal-edition
:
ALLEGRO-CL-EXPRESS
))
:disabled-for
'
(
:lispworks-personal-edition
:
allegro-cl-express
))
;; Poplog seems to have a buggy implementation of bitvectors
(
defbench
bitvectors
...
...
@@ -326,7 +326,7 @@
:long
"BIT-XOR, BIT-AND on big bitvectors"
:function
'cl-bench.arrays:bench-bitvectors
:runs
3
:disabled-form
'
(
:lispworks-personal-edition
poplog
))
:disabled-form
'
(
:lispworks-personal-edition
:
poplog
))
(
defbench
bench-strings
:group
:sequence
...
...
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