Fix copy error in perf script
When I merged the PR that enabled the lean runs I added another call to
our run script. This run script had an assumption that it would only
ever be called once and as such would try and copy two files that had
the same name. This would cause it to prompt to overwrite or not and
fail the run. This change makes each copy unique based on the
collection flags that were used for collection.
Commit migrated from https://github.com/dotnet/coreclr/commit/
fa0ee737a0c05b1e3db83f508fd1b8018da97b61