microsoft / typescript-benchmarking

Infrastructure for TypeScript's performance benchmarking system
MIT License
18 stars 4 forks source link

Fix blob names #37

Closed jakebailey closed 8 months ago

jakebailey commented 8 months ago

In https://github.com/microsoft/typescript-benchmarking/commit/a17a6311441ce10e793a88f50139429ecdfe97c1#diff-d78d2f7d7dc72bda4fe14e23fa110957d76c8375de66249a8acca29175f11c83R349 I screwed up the blob names, causing all benchmarks to upload to the same blob names. This meant that we basically lost all historical data since this commit.

This code should be moved into the ts-perf wrapper script since it's clear that it's error prone, but the other filename based code is still in the pipeline so I'll make that change later and just fix this now.