Running perf tests on an Android device

I built OpenCV 4.5.5 from source for x64 on Windows and was able to run all the perf tests on my desktop. Then I built OpenCV 4.5.5 from source for Android x64 (my target platform, yes it is x64) with perf tests. The resulting tests seem to be in the <Opencv_dir>/bin directory. The files are 64 ELF files such as opencv_perf_dnn for the dnn module. I am fairly new to Android and think the only way to run something on an android device is with an apk file. Will the modules/ts/misc/run.py script that runs the perf tests somehow run these ELF files on my android device without them being apks? I do not know what the expected result of my Android build of the perf tests should be.