Skip to content

Commit 748b4f8

Browse files
committed
visual cleanup, kitchen sink starting point for perf analysis
1 parent 1bcd69c commit 748b4f8

File tree

4 files changed

+423
-6
lines changed

4 files changed

+423
-6
lines changed

tests/perf/benchmark.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ body {
22
font-family: sans-serif;
33
}
44

5-
#results {
5+
#results, #suite-name {
66
width: 90%;
77
font-size: 2em;
88
}
@@ -20,10 +20,16 @@ body {
2020
width: 80%;
2121
}
2222

23-
#run, #results, #suite-name {
23+
#results, #suite-name {
2424
margin: 20px;
2525
}
2626

27+
#run {
28+
width: 20%;
29+
float: right;
30+
font-size: 0.7em;
31+
}
32+
2733
#fixtures {
2834
display: none;
2935
}

0 commit comments

Comments
 (0)