Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: visualize-admin/visualization-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 130839bae60d169c543c60667a19b15e4dc112d7
Choose a base ref
..
head repository: visualize-admin/visualization-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7aba5e32635dc91ca5374f0d6ede4477a074507c
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/performance-tests-pr.yml
  2. +1 −1 k6/performance-tests/generate-github-actions.mjs
2 changes: 1 addition & 1 deletion .github/workflows/performance-tests-pr.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
- name: Send an HTTP request to get the start up the server
- name: Send an HTTP request to start up the server
run: |
curl '${{ github.event.deployment_status.target_url }}/api/graphql' -X 'POST' -H 'Content-Type: application/json' -d '{"operationName":"DataCubeObservations","variables":{"locale":"en","sourceType":"sparql","sourceUrl":"https://lindas.admin.ch/query","cubeFilter":{"iri":"https://energy.ld.admin.ch/sfoe/bfe_ogd84_einmalverguetung_fuer_photovoltaikanlagen/9","filters":{"https://energy.ld.admin.ch/sfoe/bfe_ogd84_einmalverguetung_fuer_photovoltaikanlagen/Kanton":{"type":"single","value":"https://ld.admin.ch/canton/1"}}}},"query":"query DataCubeObservations($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeFilter: DataCubeObservationFilter!) { dataCubeObservations(sourceType: $sourceType, sourceUrl: $sourceUrl, locale: $locale, cubeFilter: $cubeFilter) }"}'
- name: Run k6
2 changes: 1 addition & 1 deletion k6/performance-tests/generate-github-actions.mjs
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
- name: Send an HTTP request to get the start up the server
- name: Send an HTTP request to start up the server
run: |
curl '\${{ github.event.deployment_status.target_url }}/api/graphql' -X 'POST' -H 'Content-Type: application/json' -d '{"operationName":"DataCubeObservations","variables":{"locale":"en","sourceType":"sparql","sourceUrl":"https://lindas.admin.ch/query","cubeFilter":{"iri":"https://energy.ld.admin.ch/sfoe/bfe_ogd84_einmalverguetung_fuer_photovoltaikanlagen/9","filters":{"https://energy.ld.admin.ch/sfoe/bfe_ogd84_einmalverguetung_fuer_photovoltaikanlagen/Kanton":{"type":"single","value":"https://ld.admin.ch/canton/1"}}}},"query":"query DataCubeObservations($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeFilter: DataCubeObservationFilter!) { dataCubeObservations(sourceType: $sourceType, sourceUrl: $sourceUrl, locale: $locale, cubeFilter: $cubeFilter) }"}'
- name: Run k6