Skip to content

Commit 284f130

Browse files
author
Performance reporter
committedSep 8, 2016
docs: update performance report
1 parent a3d1117 commit 284f130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_data/performance.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{"operations":[{"description":"fhir_create_resource called just one time","time":14},{"description":"fhir_create_resource called 1000 times in batch","time":102},{"description":"fhir_read_resource called just one time","time":5},{"description":"fhir_read_resource called 1000 times in batch","time":1077},{"description":"disk usage right after generation of seed data","time":4},{"description":"Updating single patient with fhir_update_resource","time":4},{"description":"fhir_delete_resource called one time","time":4},{"description":"fhir_delete_resource called 1000 times in batch","time":2370},{"description":"searching for non-existent name without index","time":51960},{"description":"building Patient.name index","time":31404},{"description":"building Patient.gender index","time":21288},{"description":"building Patient.address index","time":42664},{"description":"building Patient.telecom index","time":39837},{"description":"building Practitioner.name index","time":45},{"description":"building Organization.name index","time":59},{"description":"building Encounter.status index","time":15452},{"description":"building Encounter.patient index","time":41851},{"description":"building Encounter.participant index","time":26206},{"description":"building Encounter.practitioner index","time":26071},{"description":"building Patient.organization index","time":28935},{"description":"building Patient.birthdate index","time":36377},{"description":"searching for patient with unique name","time":5},{"description":"searching for all Johns in database","time":44},{"description":"searching Patient with name=John&gender=female&_count=100 (should have no matches at all)","time":187},{"description":"searching Patient with name=John&gender=male&_count=100","time":135},{"description":"searching Patient with name=John&gender=male&active=true&address=YALUMBA&_count=100","time":6},{"description":"searching Patient with name=John&gender=male&_count=100&_sort=name","time":157},{"description":"searching Patient with name=John&gender=male&_count=100&_sort=active","time":155},{"description":"searching Encounter with patient:Patient.name=John&_count=100&status=finished&practitioner:Practitioner.name=Alex","time":37578},{"description":"searching Encounter with patient:Patient.name=John&_count=100&patient:Patient.organization:Organization.name=Mollis","time":58339}]}
1+
{"operations":[{"description":"fhir_create_resource called just one time","time":14},{"description":"fhir_create_resource called 1000 times in batch","time":102},{"description":"fhir_read_resource called just one time","time":6},{"description":"fhir_read_resource called 1000 times in batch","time":1073},{"description":"disk usage right after generation of seed data","time":3},{"description":"Updating single patient with fhir_update_resource","time":5},{"description":"fhir_delete_resource called one time","time":3},{"description":"fhir_delete_resource called 1000 times in batch","time":2360},{"description":"searching for non-existent name without index","time":51268},{"description":"building Patient.name index","time":31537},{"description":"building Patient.gender index","time":21758},{"description":"building Patient.address index","time":42335},{"description":"building Patient.telecom index","time":39600},{"description":"building Practitioner.name index","time":52},{"description":"building Organization.name index","time":55},{"description":"building Encounter.status index","time":16194},{"description":"building Encounter.patient index","time":42495},{"description":"building Encounter.participant index","time":26344},{"description":"building Encounter.practitioner index","time":26377},{"description":"building Patient.organization index","time":28969},{"description":"building Patient.birthdate index","time":36464},{"description":"searching for patient with unique name","time":5},{"description":"searching for all Johns in database","time":44},{"description":"searching Patient with name=John&gender=female&_count=100 (should have no matches at all)","time":217},{"description":"searching Patient with name=John&gender=male&_count=100","time":137},{"description":"searching Patient with name=John&gender=male&active=true&address=YALUMBA&_count=100","time":7},{"description":"searching Patient with name=John&gender=male&_count=100&_sort=name","time":161},{"description":"searching Patient with name=John&gender=male&_count=100&_sort=active","time":159},{"description":"searching Encounter with patient:Patient.name=John&_count=100&status=finished&practitioner:Practitioner.name=Alex","time":10},{"description":"searching Encounter with patient:Patient.name=John&_count=100&patient:Patient.organization:Organization.name=Mollis","time":58831}]}
22

0 commit comments

Comments
 (0)
Please sign in to comment.