aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/metrics.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
|
* Enable proc macros and build scripts by default in CLILaurențiu Nicola2021-06-051-3/+2
|
* xtask: remove redundant lifetime (clippy::extra_unused_lifetimes)Matthias Krüger2021-03-211-1/+1
|
* Add perf_revision to benchmark resultsDouglas Weber2021-03-151-2/+6
|
* Add diesel to the benchmark suiteGeorg Semmler2021-03-151-1/+2
| | | | | | | | | | | This commit adds diesel to the continuosly run benchmark suite. Diesel heavily relies internally on macro generated code. Additionally there are lots of complicated trait releations used as part of their API. Therefore this benchmark will be quite sensitive to: * Performance related changes in the macro expanding code * Performance related changes while resolving trait bounds CC #7950
* Fix xflags falloutAleksey Kladov2021-03-021-1/+1
| | | | https://github.com/rust-analyzer/rust-analyzer/pull/7847#issuecomment-788920830
* Use cli parser with auto-generated helpAleksey Kladov2021-03-011-5/+3
|
* Simplify xtaskAleksey Kladov2021-03-011-3/+3
| | | | lib/bin/test separation isn't really needed.
* metrics: go back to `cmd!`Jonas Schievink2020-12-111-6/+3
|
* Fix typo leading to metrics lossJonas Schievink2020-12-111-1/+1
|
* Capture memory usage metricsJonas Schievink2020-12-111-1/+6
|
* Revert "Fix memory usage metrics"Jonas Schievink2020-12-111-3/+1
|
* Fix memory usage metricsJonas Schievink2020-12-111-1/+3
|
* Switch from not_bash to xshellAleksey Kladov2020-10-171-18/+21
|
* Better JSON serialization in metricsAleksey Kladov2020-08-011-118/+14
|
* Add rustc-perf to metricsAleksey Kladov2020-07-251-9/+46
|
* Add self-analysis-stats to metricsAleksey Kladov2020-07-241-23/+40
|
* Real metricsAleksey Kladov2020-07-241-3/+3
|
* Fix metricsAleksey Kladov2020-07-241-10/+20
|
* Fix metricsAleksey Kladov2020-07-241-7/+7
|
* Fix emailAleksey Kladov2020-07-241-1/+1
|
* fix syntaxAleksey Kladov2020-07-241-1/+1
|
* Fix another nameAleksey Kladov2020-07-241-2/+3
|
* fix nameAleksey Kladov2020-07-241-1/+1
|
* Add metricsAleksey Kladov2020-07-241-0/+214