Skip to content

Commit 59aed8e

Browse files
committed
Add trace to git
1 parent 91dcb2f commit 59aed8e

File tree

5 files changed

+9764
-5
lines changed

5 files changed

+9764
-5
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ui/public/traces/1xsummary.jsonl.gz filter=lfs diff=lfs merge=lfs -text

ui/.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25-
26-
# don't commit these large files until we're ready
27-
public/scenarios.json
28-
public/topologies
29-
public/traces

ui/public/scenarios.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"scenarios": [
3+
{
4+
"name": "1x",
5+
"topology": "topologies/thousand.yaml",
6+
"duration": 300,
7+
"trace": "traces/1xsummary.jsonl.gz",
8+
"aggregated": true
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)