Skip to content

Commit

Permalink
add singularity.storage (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra authored Aug 29, 2023
1 parent 66414e1 commit 9eaca04
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
type: KUBO
- website: docs.ipfs.tech
type: KUBO
- website: singularity.storage
type: KUBO

- source: ./plotdefs-website/website-trend-hosters.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand All @@ -65,6 +67,7 @@
- website: specs.ipfs.tech
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage

- source: ./plotdefs-website/website-trend-metrics.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand All @@ -88,6 +91,7 @@
- website: specs.ipfs.tech
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage

- source: ./plotdefs-website/website-trend-providers.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand All @@ -111,6 +115,7 @@
- website: specs.ipfs.tech
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage

- source: ./plotdefs-website/website-trend-retrieval-errors.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.type }}.json"
Expand Down Expand Up @@ -153,6 +158,8 @@
type: KUBO
- website: docs.ipfs.tech
type: KUBO
- website: singularity.storage
type: KUBO

- source: ./plotdefs-website/website-snapshot-probes-count.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand Down Expand Up @@ -180,6 +187,7 @@
- website: specs.ipfs.tech
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage

- source: ./plotdefs-website/website-snapshot-web-vitals-barchart.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.type }}-{{ .Params.region }}.json"
Expand Down Expand Up @@ -241,6 +249,9 @@
- website: docs.ipfs.tech
type: KUBO
region: eu-central-1
- website: singularity.storage
type: KUBO
region: eu-central-1

- source: ./plotdefs-website/website-snapshot-retrieval-errors.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand Down Expand Up @@ -268,6 +279,7 @@
- website: specs.ipfs.tech
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage

- source: ./plotdefs-website/website-snapshot-metric-cdf.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.type }}-{{ .Params.metric }}.json"
Expand Down Expand Up @@ -443,6 +455,15 @@
- website: docs.ipfs.tech
type: KUBO
metric: lcp
- website: singularity.storage
type: KUBO
metric: ttfb
- website: singularity.storage
type: KUBO
metric: fcp
- website: singularity.storage
type: KUBO
metric: lcp

- source: ./plotdefs-website/website-snapshot-http-ratio.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.metric }}.json"
Expand Down Expand Up @@ -485,6 +506,8 @@
metric: ttfb
- website: docs.ipfs.tech
metric: ttfb
- website: singularity.storage
metric: ttfb

- source: ./plotdefs-website/websites-web-vitals-heatmap.yaml
output: "{{.PlotDefFilename}}-{{ .Params.type }}-{{ .Params.metric }}-p{{ .Params.percentile }}.json"
Expand Down
1 change: 1 addition & 0 deletions content.en/websites/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var websites = []string{
//"en.wikipedia-on-ipfs.org/wiki",
"specs.ipfs.tech",
"probelab.io",
"singularity.storage",
}

type TemplateData struct {
Expand Down
Loading

0 comments on commit 9eaca04

Please sign in to comment.