TranslatorSRI / NameResolution

A service for finding CURIEs from lexical strings.
3 stars 2 forks source link

Prove that NameRes can sustain 20 sequential queries with a maximum of 10 seconds pause between them #113

Closed gaurav closed 7 months ago

gaurav commented 8 months ago
gaurav commented 7 months ago

For the 33 test rows currently in the Unit Tests file, NameRes Prod took 20 seconds (0.48 seconds/query) as per the tests in https://github.com/TranslatorSRI/babel-validation/pull/27. Subsequent queries take about 7 seconds, but I think that's because Solr is caching the results. I'll add additional tests for #107 when I get to that ticket, but since the only remaining piece is covered by https://github.com/TranslatorSRI/NameResolution/issues/105, I'll go ahead and close this ticket.