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
Peter Housel
cl-bench
Commits
1f433da9
Commit
1f433da9
authored
May 14, 2016
by
Daniel Kochmański
Browse files
disabled: modify message
parent
c249a2ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
support.lisp
View file @
1f433da9
...
...
@@ -109,7 +109,7 @@
(
bench-report-header
)
(
dolist
(
b
(
reverse
*benchmarks*
))
(
if
(
benchmark-disabled-for
b
)
(
format
t
"~&=== skip
~a (
disabled
)
~%"
b
)
(
format
t
"~&=== skip
ping
disabled
~a
~%"
b
)
(
progn
(
bench-gc
)
(
with-slots
(
disabled-for
setup
function
short
runs
)
b
...
...
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