Skip to content

Commit

Permalink
Fixes workload file selection for SynthIP* case studies
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder committed Oct 5, 2023
1 parent bbceb1a commit 3b3e300
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions varats/varats/projects/perf_tests/feature_perf_cs_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,9 @@ class SynthIPRuntime(VProject):
SourceRoot("SynthIPRuntime") / RSBinary("Runtime"),
"-c",
"<",
"geo-maps/countries-land-1km.geo.json",
"geo-maps/countries-land-1m.geo.json",
">",
"geo-maps/countries-land-1km.geo.json.compressed",
"geo-maps/countries-land-1m.geo.json.compressed",
label="countries-land-1m",
creates=["geo-maps/countries-land-1m.geo.json.compressed"],
requires_all_args={"-c"}
Expand Down Expand Up @@ -850,9 +850,9 @@ class SynthIPTemplate(VProject):
SourceRoot("SynthIPTemplate") / RSBinary("Template"),
"-c",
"<",
"geo-maps/countries-land-1km.geo.json",
"geo-maps/countries-land-1m.geo.json",
">",
"geo-maps/countries-land-1km.geo.json.compressed",
"geo-maps/countries-land-1m.geo.json.compressed",
label="countries-land-1m",
creates=["geo-maps/countries-land-1m.geo.json.compressed"],
requires_all_patch={"Compress"}
Expand Down Expand Up @@ -924,9 +924,9 @@ class SynthIPTemplate2(VProject):
SourceRoot("SynthIPTemplate2") / RSBinary("Template2"),
"-c",
"<",
"geo-maps/countries-land-1km.geo.json",
"geo-maps/countries-land-1m.geo.json",
">",
"geo-maps/countries-land-1km.geo.json.compressed",
"geo-maps/countries-land-1m.geo.json.compressed",
label="countries-land-1m",
creates=["geo-maps/countries-land-1m.geo.json.compressed"],
requires_all_patch={"Compress"}
Expand Down Expand Up @@ -998,9 +998,9 @@ class SynthIPCombined(VProject):
SourceRoot("SynthIPCombined") / RSBinary("Combined"),
"-c",
"<",
"geo-maps/countries-land-1km.geo.json",
"geo-maps/countries-land-1m.geo.json",
">",
"geo-maps/countries-land-1km.geo.json.compressed",
"geo-maps/countries-land-1m.geo.json.compressed",
label="countries-land-1m",
creates=["geo-maps/countries-land-1m.geo.json.compressed"],
requires_all_args={"-c"}
Expand Down

0 comments on commit 3b3e300

Please sign in to comment.