dotnet / jitutils

MIT License
150 stars 60 forks source link

Fix "error: invalid option --metric" error #316

Closed EgorBo closed 3 years ago

EgorBo commented 3 years ago

jit-diff diff executes jit-analyze after running the diffs and always fail with error: invalid option --metric I guess it was introduced in https://github.com/dotnet/jitutils/pull/312

JulieLeeMSFT commented 3 years ago

I had this error too. Will use this fix.

kunalspathak commented 3 years ago

Thanks for fixing this.