Skip to content

Commit 61d0a53

Browse files
committed
Clarify language coverage as 9 primary plus multi-language
1 parent 479cd19 commit 61d0a53

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

docs/WHITE_PAPER_REPORT_V2.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -193,20 +193,12 @@ These tasks specifically measure org-scale cross-repository discovery capabiliti
193193

194194
### 4.3 Repository and Language Coverage
195195

196-
Tasks span **10 programming languages** across **40+ open-source repositories**:
196+
Tasks span **9 primary programming languages** (C, C++, C#, Go, Java, JavaScript, Python, Rust, TypeScript) plus multi-language tasks, across **40+ open-source repositories**:
197197

198198
```
199-
Language Distribution (by task count):
200-
Python ████████████████████████ 65
201-
Go ███████████████████ 50
202-
Java ██████████████ 38
203-
C++ █████████████ 35
204-
TypeScript ██████████ 25
205-
JavaScript ████████ 18
206-
C ████ 8
207-
Rust ██ 5
208-
C# ██ 4
209-
Other █ 3
199+
Language Coverage:
200+
Primary single-language labels: C, C++, C#, Go, Java, JavaScript, Python, Rust, TypeScript
201+
Multi-language tasks: explicitly labeled combinations (e.g., `java,cpp`, `go,protobuf`, `cpp,c,javascript`)
210202
211203
Repository Scale:
212204
Large monorepos: kubernetes/kubernetes, pytorch/pytorch, torvalds/linux
@@ -783,7 +775,7 @@ git push --force origin orphan-main:main
783775
784776
**Why mirrors are needed**: Sourcegraph Deep Search indexes only HEAD. Mirrors pin HEAD to the exact commit the task targets, ensuring the agent searches the correct version.
785777
786-
**Scale**: 200+ mirrors in the `sg-evals` organization covering all benchmark repos.
778+
**Scale**: ~180 mirrors in the `sg-evals` organization (inventory evolves over time) covering benchmark repo/version needs.
787779
788780
### 9.6 Execution Infrastructure
789781

docs/technical_reports/TECHNICAL_REPORT_V1.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -193,20 +193,12 @@ These tasks specifically measure org-scale cross-repository discovery capabiliti
193193

194194
### 4.3 Repository and Language Coverage
195195

196-
Tasks span **10 programming languages** across **40+ open-source repositories**:
196+
Tasks span **9 primary programming languages** (C, C++, C#, Go, Java, JavaScript, Python, Rust, TypeScript) plus multi-language tasks, across **40+ open-source repositories**:
197197

198198
```
199-
Language Distribution (by task count):
200-
Python ████████████████████████ 65
201-
Go ███████████████████ 50
202-
Java ██████████████ 38
203-
C++ █████████████ 35
204-
TypeScript ██████████ 25
205-
JavaScript ████████ 18
206-
C ████ 8
207-
Rust ██ 5
208-
C# ██ 4
209-
Other █ 3
199+
Language Coverage:
200+
Primary single-language labels: C, C++, C#, Go, Java, JavaScript, Python, Rust, TypeScript
201+
Multi-language tasks: explicitly labeled combinations (e.g., `java,cpp`, `go,protobuf`, `cpp,c,javascript`)
210202
211203
Repository Scale:
212204
Large monorepos: kubernetes/kubernetes, pytorch/pytorch, torvalds/linux
@@ -783,7 +775,7 @@ git push --force origin orphan-main:main
783775
784776
**Why mirrors are needed**: Sourcegraph Deep Search indexes only HEAD. Mirrors pin HEAD to the exact commit the task targets, ensuring the agent searches the correct version.
785777
786-
**Scale**: 200+ mirrors in the `sg-evals` organization covering all benchmark repos.
778+
**Scale**: ~180 mirrors in the `sg-evals` organization (inventory evolves over time) covering benchmark repo/version needs.
787779
788780
### 9.6 Execution Infrastructure
789781

0 commit comments

Comments
 (0)