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
67273b74
Commit
67273b74
authored
May 22, 2016
by
Daniel Kochmański
Browse files
bug: fix -1 bug
parent
c6ccec00
Pipeline
#123
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
report/html-report.lisp
View file @
67273b74
...
...
@@ -42,7 +42,7 @@
(
if
(
numberp
ir
)
ir
-1
))))
(
best
(
apply
#'
min
results
)))
(
best
(
apply
#'
min
(
remove-if
#'
minusp
results
)))
)
(
cl-who:htm
(
:tr
(
:th
(
cl-who:str
b
))
(
dolist
(
r
results
)
...
...
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