Closed zhaih closed 1 month ago
Is something using the files you're moving to src/extra/perf? Will it miss them when they're gone?
@msokolov I'm not entirely sure, but both regular benchmark and Knn benchmark are not using any of them, I guess we can move it back if we found then to be useful?
I've gone over some of them and they seems to be more or less independent main classes.. Maybe @mikemccand do you have any insights?
Hmm IndexAndSearchOpenStreetMaps
is used by nightly benchy ... src/python/runGeoBenches.py
uses this?
And src/python/sparsetaxis/nightly.py
expects to find some java sources (IndexTaxis
, SearchTaxis
, maybe DiskUsage
?).
Now all files under
perf
dir should be compilableAll other files that are not supposed to be compiled in normal benchmark run are moved under
src/extra/perf