Skip to content

Commit

Permalink
Merge branch 'main' of git.se.informatik.uni-kiel.de:ExplorViz/code/d…
Browse files Browse the repository at this point in the history
…eployment
  • Loading branch information
Malte-Hansen committed Jan 7, 2025
2 parents c7bc9a2 + 6f3275d commit f63e6f1
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 16,260 deletions.
6 changes: 3 additions & 3 deletions demo-supplier/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function listFilesInDirectory(directoryPath) {

// Expanding PetClinic
createLandscapeSample({
folder: "Petclinic Sample",
folder: "PetClinic Sample",
token: "19844195-7235-4254-a17b-0f7fb49adb0a",
alias: "Petclinic Sample (Random traces and increasing, unrelated timestamps (with random gaps))",
traceModifier: removeRandomTraces,
Expand All @@ -74,7 +74,7 @@ createLandscapeSample({

// BEGIN BIG SL Sample
createLandscapeSample({
folder: "Petclinic Sample",
folder: "PetClinic Sample",
token: "1d8c9223-b790-4873-9b5d-fdf68cdc082f",
alias: "Large Landscape Sample",
initializer: (structure, traces) => {
Expand Down Expand Up @@ -120,7 +120,7 @@ createLandscapeSample({
let previousStructure = null;

createLandscapeSample({
folder: "Distributed Petclinic Sample",
folder: "Distributed PetClinic Sample",
token: "12444195-6144-4254-a17b-0f7fb49adb0a",
alias: "Expanding Sample (Expanding structure and increasing, unrelated timestamps)",
structureModifier: (structureData) => {
Expand Down
Loading

0 comments on commit f63e6f1

Please sign in to comment.