-
Notifications
You must be signed in to change notification settings - Fork 1
/
benchmarks.css
55 lines (49 loc) · 1.99 KB
/
benchmarks.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
table.benchmarks {
width: 100%;
padding: 0;
cell-padding: 0;
cell-spacing: 0;
border: 0;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
table.benchmarks td {
font-size: 60%;
}
table.benchmarks td.benchmark {
text-align: right;
font-family: monospace;
font-size: 100%;
}
table.benchmarks .bar { width: 75%; }
table.benchmarks .larceny { background-color:#847cd8; }
table.benchmarks .larceny095 { background-color:#000000; }
table.benchmarks .larceny094 { background-color:#000000; }
table.benchmarks .larceny093 { background-color:#000000; }
table.benchmarks .petit { background-color:#5000a0; }
table.benchmarks .bigloo { background-color:#000080; }
table.benchmarks .chez { background-color:#004040; }
table.benchmarks .chibi { background-color:#20c020; }
table.benchmarks .chicken { background-color:#a08040; }
table.benchmarks .cyclone { background-color:#a0b060; }
table.benchmarks .foment { background-color:#604040; }
table.benchmarks .gambit { background-color:#400060; }
table.benchmarks .gauche { background-color:#60e020; }
table.benchmarks .ikarus { background-color:#205050; }
table.benchmarks .kawa { background-color:#608040; }
table.benchmarks .mit { background-color:#2000c0; }
table.benchmarks .mosh { background-color:#c02040; }
table.benchmarks .mzscheme { background-color:#008020; }
table.benchmarks .plt { background-color:#008020; }
table.benchmarks .petite { background-color:#801040; }
table.benchmarks .picrin { background-color:#604020; }
table.benchmarks .racket { background-color:#008020; }
table.benchmarks .sagittarius { background-color:#206040; }
table.benchmarks .scheme48 { background-color:#602040; }
table.benchmarks .vicare { background-color:#802080; }
table.benchmarks .ypsilon { background-color:#a04020; }
dl.benchmarks {
}
dl.benchmarks dt {
font-family: monospace;
font-weight: bold;
}