Skip to content

Commit

Permalink
feat: Add new cube to performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Dec 14, 2023
1 parent e81a58f commit 1a17417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k6/performance-tests/generate-github-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const cubes = [
iri: "https://culture.ld.admin.ch/sfa/StateAccounts_Office/4/",
label: "StateAccounts_Office/4/",
},
{
iri: "https://environment.ld.admin.ch/foen/nfi/nfi_C-96/cube/2023-2",
label: "nfi_C-96/cube/2023-2",
},
];

const generate = () => {
Expand Down

0 comments on commit 1a17417

Please sign in to comment.