Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ To create the second system, follow the previous lesson's c4a install instructio

![](images/launch_c4/5.png)

{{% notice Note %}} Don't forget to set the disk size for this c4 to 1000GB under the "OS and Storage" tab like you did for the c4a.{{% /notice %}}

After the c4 instance starts up, you are ready to continue to the next section, where you'll install the benchmarking software.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ go install golang.org/x/perf/cmd/benchstat@latest

git clone https://github.com/golang/benchmarks
cd benchmarks/sweet
sweet get -force # to get assets
sweet get # to get assets

# Create a configuration file

Expand Down
5 changes: 2 additions & 3 deletions data/stats_current_test_info.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
summary:
content_total: 379
content_total: 380
content_with_all_tests_passing: 0
content_with_tests_enabled: 61
sw_categories:
Expand Down Expand Up @@ -63,8 +63,7 @@ sw_categories:
tests_and_status: []
aws-q-cli:
readable_title: Amazon Q Developer CLI
tests_and_status:
- ubuntu:latest: passed
tests_and_status: []
azure-cli:
readable_title: Azure CLI
tests_and_status: []
Expand Down
110 changes: 110 additions & 0 deletions data/stats_weekly_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6337,3 +6337,113 @@
avg_close_time_hrs: 0
num_issues: 17
percent_closed_vs_total: 0.0
- a_date: '2025-06-23'
content:
automotive: 2
cross-platform: 33
embedded-and-microcontrollers: 41
install-guides: 102
iot: 6
laptops-and-desktops: 38
mobile-graphics-and-gaming: 34
servers-and-cloud-computing: 124
total: 380
contributions:
external: 97
internal: 505
github_engagement:
num_forks: 30
num_prs: 6
individual_authors:
adnan-alsinan: 2
alaaeddine-chakroun: 2
albin-bernhardsson: 1
alex-su: 1
alexandros-lamprineas: 1
andrew-choi: 2
andrew-kilroy: 1
annie-tallund: 4
arm: 3
arnaud-de-grandmaison: 4
arnaud-de-grandmaison.: 1
aude-vuilliomenet: 1
avin-zarlez: 1
barbara-corriero: 1
basma-el-gaabouri: 1
ben-clark: 1
bolt-liu: 2
brenda-strech: 1
chaodong-gong: 1
chen-zhang: 1
christophe-favergeon: 1
christopher-seidl: 7
cyril-rohr: 1
daniel-gubay: 1
daniel-nguyen: 2
david-spickett: 2
dawid-borycki: 33
diego-russo: 2
dominica-abena-o.-amanfo: 1
elham-harirpoush: 2
florent-lebeau: 5
"fr\xE9d\xE9ric--lefred--descamps": 2
gabriel-peterson: 5
gayathri-narayana-yegna-narayanan: 1
georgios-mermigkis: 1
geremy-cohen: 2
gian-marco-iodice: 1
graham-woodward: 1
han-yin: 1
iago-calvo-lista: 1
james-whitaker: 1
jason-andrews: 103
joe-stech: 6
johanna-skinnider: 2
jonathan-davies: 2
jose-emilio-munoz-lopez: 1
julie-gaskin: 5
julio-suarez: 6
jun-he: 1
kasper-mecklenburg: 1
kieran-hejmadi: 12
koki-mitsunami: 2
konstantinos-margaritis: 8
kristof-beyls: 1
leandro-nunes: 1
liliya-wu: 1
mark-thurman: 1
masoud-koleini: 1
mathias-brossard: 1
michael-hall: 5
na-li: 1
nader-zouaoui: 2
nikhil-gupta: 1
nina-drozd: 1
nobel-chowdary-mandepudi: 6
odin-shen: 7
owen-wu: 2
pareena-verma: 46
paul-howard: 3
peter-harris: 1
pranay-bakre: 5
preema-merlin-dsouza: 1
przemyslaw-wirkus: 2
rin-dobrescu: 1
roberto-lopez-mendez: 2
ronan-synnott: 45
shuheng-deng: 1
thirdai: 1
tianyu-li: 2
tom-pilar: 1
uma-ramalingam: 1
varun-chari: 2
visualsilicon: 1
willen-yang: 1
ying-yu: 2
yiyang-fan: 1
zach-lasiuk: 2
zhengjun-xing: 2
issues:
avg_close_time_hrs: 0
num_issues: 14
percent_closed_vs_total: 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:coveo="http://www.coveo.com/schemas/metadata">

{{- $itemidcounter := 1 -}}



{{- range where .Site.Pages "Params.sitemap_exclude" "ne" true -}}
{{- $pathParts := split .RelPermalink "/" -}}
Expand Down Expand Up @@ -31,7 +34,11 @@
<coveo:metadata>
<contenttype>Learning Path</contenttype>
<title>
{{- .Params.title -}}
{{- if and (.File) (in .File.Path "install-guides") -}}
{{ .Params.title}} - Install Guide
{{- else -}}
{{- .Params.title -}}
{{- end -}}
</title>
<description>
{{- if and (.File) (in .File.Path "learning-paths") -}}
Expand Down Expand Up @@ -172,24 +179,28 @@
{{ end }}
{{- end -}}





{{- if and (.File) (in .File.Path "learning-paths") -}}
<foldingcollection>
{{- if .IsSection -}}
{{- with .Title -}}
{{ . }}
{{- else -}}
Unknown Section Title
{{- end -}}
{{- else -}}
{{- with .Parent.Title -}}
{{ . }}
{{- else -}}
Unknown Parent Title
{{- end -}}
{{- end -}}
</foldingcollection>
<parentitem>1</parentitem>
<itemid>{{.Params.weight -}}</itemid>


{{/* Ensure a unique ID for each learning path */}}
{{- $itemidcounter = add $itemidcounter 1 -}}



<foldingcollection>
{{- if .IsSection -}}{{ .Title }}
{{- else -}}{{ .Parent.Title }}
{{- end -}}
</foldingcollection>
<itemid>{{ md5 .RelPermalink }}</itemid>
{{- if and .Parent (not .IsSection) (not .Parent.IsPage) (or .Parent.IsSection) }}
<parentitem>{{ md5 .Parent.RelPermalink }}</parentitem>
{{- end -}}

{{- end -}}
</coveo:metadata>
</url>
Expand Down