faster-cpython / ideas

1.69k stars 48 forks source link

Remove old results prior to Github Actions #535

Closed mdboom closed 1 year ago

mdboom commented 1 year ago

This removes the old results that were produced by the old benchmarking infrastructure.

This is just git rm -r benchmark-results.

The Github Actions infrastructure is working and putting its results in results and the infra that was publishing to benchmark-results is now turned off.

(Note that much of the raw data in results is just a copy of what was in benchmark-results, just in a new directory structure with more metadata, so we aren't actually "losing" these old results).