Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css « minibench « lib « benchmarks « wwwroot « Microsoft.AspNetCore.Blazor.E2EPerformance « wasm - github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 788330d1d51bbedb6df8237b96eeaf735b3c1fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body { padding: 2rem 0; background: #e8e8e8; }
.run-button::before {
    content: '▶';
    font-family: 'Segoe UI Symbol', sans-serif;
    font-size: 90%;
    margin-right: 8px;
}
.run-button:hover { text-decoration: none; }
.benchmarks th { width: 40%; }
.benchmarks td:nth-child(1) { width: 20%; color: #888; }
.benchmarks td:nth-child(2) { width: 20%; color: #888; }
.benchmarks td:nth-child(3) { width: 20%; color: #888; }
.benchmarks b { color: black; font-weight: normal; }
.benchmark-running { background-color: #fff7a1; }
.benchmark-waiting { background-color: #f1f1f1; color: #bebebe; }
.benchmark-error { background-color: #ffa1a1; }
.benchmark-running .run-button::before, .benchmark-waiting .run-button::before {
    display: none;
}