Skip to content

Commit

Permalink
set up release
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Aug 4, 2024
1 parent dcaa6be commit d1c7d7c
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ private void testIg(String id, String path) throws Exception {
pub.execute();

System.out.println("===== Analysis ======================================================================");
System.out.println("-- output in "+Utilities.path(FhirSettings.getTestIgsPath(), "actual", id+".json")+" --");

// to make diff programs easy to run
IOUtils.copy(new FileInputStream(Utilities.path(FhirSettings.getTestIgsPath(), id, "output", "qa.json")), new FileOutputStream(Utilities.path(FhirSettings.getTestIgsPath(), "actual", id+".json")));
IOUtils.copy(new FileInputStream(Utilities.path(FhirSettings.getTestIgsPath(), id, "output", "qa.compare.txt")), new FileOutputStream(Utilities.path(FhirSettings.getTestIgsPath(), "actual", id+".txt")));
Expand Down Expand Up @@ -172,7 +174,7 @@ private void writeMem(String name) {
System.out.println(name+": "+usedMemory);
}

//---- todo: this class is only run by Grahame, so these ahts are hard-coded
//---- todo: this class is only run by Grahame, so these paths are hard-coded

private File syncDateFile() {
return new File("/Users/grahamegrieve/work/test-igs/date.txt");
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version>1.6.19-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.3.18</core_version>
<core_version>6.3.19-SNAPSHOT</core_version>
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
<apache_poi_version>5.2.1</apache_poi_version>
<okhttp.version>4.11.0</okhttp.version>
Expand Down
1 change: 1 addition & 0 deletions test-statistics.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Version,example.fhir.uv.myig,fhir.base.template.ig,hl7.base.template.ig,hl7.cda.
1.6.14,71441,955,83,223167,614957,3717,1754846,1025347,,40427,106638,636638,890027,141549,293706
1.6.15,63766,1083,103,122252,279932,1204,1339037,579431,675157,33625,85427,578334,516740,62492,201274
1.6.17,68693,949,96,121108,280290,893,1300165,600615,688971,37985,86649,592377,535137,69995,202884
1.6.19,64172,942,95,113448,297926,1716,714801,595112,655001,32330,98325,476742,398608,59608,190433
109 changes: 109 additions & 0 deletions test-statistics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2823,5 +2823,114 @@
"time" : 688971,
"memory" : 6002722160
}
},
"1.6.19" : {
"sync-date" : "2024-06-30",
"date" : "2024-08-04",
"hl7.fhir.template.ig" : {
"errors" : 0,
"warnings" : 0,
"hints" : 0,
"time" : 1716,
"memory" : 17503264
},
"hl7.cda.uv.core" : {
"errors" : 0,
"warnings" : 140,
"hints" : 0,
"time" : 113448,
"memory" : 3593127096
},
"hl7.fhir.us.ecr" : {
"errors" : 4596,
"warnings" : 330,
"hints" : 113,
"time" : 595112,
"memory" : 8621362000
},
"hl7.fhir.uv.ipa" : {
"errors" : 24,
"warnings" : 8,
"hints" : 38,
"time" : 98325,
"memory" : 2780264320
},
"hl7.fhir.uv.ips" : {
"errors" : 0,
"warnings" : 12,
"hints" : 47,
"time" : 476742,
"memory" : 2348868008
},
"ihe.mhd.fhir" : {
"errors" : 0,
"warnings" : 0,
"hints" : 2,
"time" : 190433,
"memory" : 2439781224
},
"hl7.base.template.ig" : {
"errors" : 0,
"warnings" : 0,
"hints" : 0,
"time" : 95,
"memory" : 4055888
},
"hl7.fhir.uv.howto" : {
"errors" : 1,
"warnings" : 2,
"hints" : 1,
"time" : 32330,
"memory" : 1450879784
},
"fhir.base.template.ig" : {
"errors" : 0,
"warnings" : 0,
"hints" : 0,
"time" : 942,
"memory" : 183851704
},
"hl7.fhir.au.base" : {
"errors" : 1,
"warnings" : 123,
"hints" : 57,
"time" : 297926,
"memory" : 2962810728
},
"example.fhir.uv.myig" : {
"errors" : 21,
"warnings" : 19,
"hints" : 4,
"time" : 64172,
"memory" : 1796660992
},
"hl7.fhir.uv.extensions" : {
"errors" : 1094,
"warnings" : 772,
"hints" : 1606,
"time" : 655001,
"memory" : 8339311752
},
"hl7.fhir.us.core" : {
"errors" : 56,
"warnings" : 3,
"hints" : 3,
"time" : 714801,
"memory" : 14458910008
},
"hl7.fhir.uv.sdc" : {
"errors" : 45,
"warnings" : 67,
"hints" : 368,
"time" : 398608,
"memory" : 2522271816
},
"hl7.fhir.uv.tools" : {
"errors" : 0,
"warnings" : 2,
"hints" : 0,
"time" : 59608,
"memory" : 3115180560
}
}
}

0 comments on commit d1c7d7c

Please sign in to comment.