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
6ff0702a
Commit
6ff0702a
authored
May 22, 2016
by
Daniel Kochmański
Browse files
bench-report: remove read-conditional for abcl
abcl works fine now with this
parent
cfcb011e
Changes
1
Hide whitespace changes
Inline
Side-by-side
support.lisp
View file @
6ff0702a
...
...
@@ -157,8 +157,7 @@
(
multiple-value-bind
(
real
user
sys
consed
)
(
bench-time
function
times
name
)
(
format
*benchmark-output*
#-
armedbear
";; ~25a ~8,2f ~8,2f ~8,2f ~12d"
#+
armedbear
";; ~a ~f ~f ~f ~d"
";; ~25a ~8,2f ~8,2f ~8,2f ~12d"
name
real
user
sys
consed
)
(
terpri
*benchmark-output*
)
(
force-output
*benchmark-output*
)
...
...
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