rust-lang / rustc-perf

Website for graphing performance of rustc
https://perf.rust-lang.org
640 stars 149 forks source link

dep_graph values are unstable #2003

Open klensy opened 3 weeks ago

klensy commented 3 weeks ago

See the recent run https://perf.rust-lang.org/compare.html?start=a8e1186e3c14a54f7a38cc1183117dc7e77f4f82&end=9fa9ef385c0aad8f5d4c8f7d92dca474367943a3&stat=size%3Adep_graph&tab=compile&nonRelevant=true&showRawData=true and expand historical data: few bytes up and down all the time.

https://github.com/rust-lang/rust/pull/131634#issuecomment-2451756780.

Kobzol commented 3 weeks ago

Not sure if this is an actual issue or just some harmless artifact, but if anything, this should probably be filed as an issue against the compiler, not rustc-perf. (unless the compiler's number is stable and we somehow record it wrongly into the DB, but that seems unlikely)