Skip to content

Commit

Permalink
[benchmarks, test/spec] Tweak report appearance.
Browse files Browse the repository at this point in the history
- benchmarks: Highlight osh-native column
- test/spec: Fix busybox version
  • Loading branch information
Andy Chu committed Dec 20, 2019
1 parent 983835d commit bfd697d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/spec.sh
Expand Up @@ -157,7 +157,7 @@ osh-version-text() {
echo

echo ---
local my_busybox=_tmp/spec-bin/busybox-1.22.0/busybox
local my_busybox=_tmp/spec-bin/busybox-1.31.1/busybox
if test -f $my_busybox; then
{ $my_busybox || true; } | head -n 1
ls -l $my_busybox
Expand Down
2 changes: 1 addition & 1 deletion web/benchmarks.css
Expand Up @@ -26,7 +26,7 @@ h3, h4 {
}

/* columns */
#osh, #osh-ovm, #osh-cpython {
#osh, #osh-ovm, #osh-cpython, #osh-native {
background-color: oldlace;
}
/* rows */
Expand Down

0 comments on commit bfd697d

Please sign in to comment.