-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (59 loc) · 2.34 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (59 loc) · 2.34 KB
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
56
57
58
59
site_name: Match-Bench Architecture
site_description: Fair, un-gameable benchmarking for high-frequency-trading algorithms
site_url: https://agrawalx.github.io/match-bench/
repo_url: https://github.com/agrawalx/match-bench
repo_name: agrawalx/match-bench
docs_dir: wiki
theme:
name: material
palette:
- scheme: default
primary: indigo
toggle: { icon: material/weather-night, name: Dark mode }
- scheme: slate
primary: indigo
toggle: { icon: material/weather-sunny, name: Light mode }
features:
- navigation.sections
- navigation.top
- navigation.tracking
- toc.follow
- content.code.copy
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: false
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Overview: index.md
- "The thesis & system overview": the-thesis-system-overview.md
- "Map of the system": map-of-the-system.md
- "Kafka Topology, Partitioning & Horizontal Scaling": kafka-topology-partitioning-horizontal-scaling.md
- "The benchmark run lifecycle": the-benchmark-run-lifecycle.md
- Services:
- "Submission API (Go)": submission-api-go.md
- "Build Pipeline & Sandbox Orchestrator (Go)": build-pipeline-sandbox-orchestrator-go.md
- "Bot-Fleet Controller (Go)": bot-fleet-controller-go.md
- "Bot-Fleet Load Generator (Rust)": bot-fleet-load-generator-rust.md
- "eBPF Latency Capture (Rust)": ebpf-latency-capture-rust.md
- "Telemetry Ingester & Rollup (Rust)": telemetry-ingester-rollup-rust.md
- "Correctness Validator (Go)": correctness-validator-go.md
- "Score Computer & Leaderboard API (Go)": score-computer-leaderboard-api-go.md
- "Platform Foundations: Auth, Shared Libraries & Schemas": platform-foundations-auth-shared-libraries-schemas.md
- "Benchmarking, Bottleneck Hunt & Scope for Improvement": benchmarking-bottleneck-hunt-scope-for-improvement.md
- "Deployment, Isolation & Observability": deployment-isolation-observability.md
- "Scope for Improvement": scope-for-improvement.md
- Appendix:
- "Appendix A · Glossary": appendix-a-glossary.md