Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xtask: remove redundant lifetime (clippy::extra_unused_lifetimes) | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
| | |||||
* | Add perf_revision to benchmark results | Douglas Weber | 2021-03-15 | 1 | -2/+6 |
| | |||||
* | Add diesel to the benchmark suite | Georg Semmler | 2021-03-15 | 1 | -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 fallout | Aleksey Kladov | 2021-03-02 | 1 | -1/+1 |
| | | | | https://github.com/rust-analyzer/rust-analyzer/pull/7847#issuecomment-788920830 | ||||
* | Use cli parser with auto-generated help | Aleksey Kladov | 2021-03-01 | 1 | -5/+3 |
| | |||||
* | Simplify xtask | Aleksey Kladov | 2021-03-01 | 1 | -3/+3 |
| | | | | lib/bin/test separation isn't really needed. | ||||
* | metrics: go back to `cmd!` | Jonas Schievink | 2020-12-11 | 1 | -6/+3 |
| | |||||
* | Fix typo leading to metrics loss | Jonas Schievink | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | Capture memory usage metrics | Jonas Schievink | 2020-12-11 | 1 | -1/+6 |
| | |||||
* | Revert "Fix memory usage metrics" | Jonas Schievink | 2020-12-11 | 1 | -3/+1 |
| | |||||
* | Fix memory usage metrics | Jonas Schievink | 2020-12-11 | 1 | -1/+3 |
| | |||||
* | Switch from not_bash to xshell | Aleksey Kladov | 2020-10-17 | 1 | -18/+21 |
| | |||||
* | Better JSON serialization in metrics | Aleksey Kladov | 2020-08-01 | 1 | -118/+14 |
| | |||||
* | Add rustc-perf to metrics | Aleksey Kladov | 2020-07-25 | 1 | -9/+46 |
| | |||||
* | Add self-analysis-stats to metrics | Aleksey Kladov | 2020-07-24 | 1 | -23/+40 |
| | |||||
* | Real metrics | Aleksey Kladov | 2020-07-24 | 1 | -3/+3 |
| | |||||
* | Fix metrics | Aleksey Kladov | 2020-07-24 | 1 | -10/+20 |
| | |||||
* | Fix metrics | Aleksey Kladov | 2020-07-24 | 1 | -7/+7 |
| | |||||
* | Fix email | Aleksey Kladov | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | fix syntax | Aleksey Kladov | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | Fix another name | Aleksey Kladov | 2020-07-24 | 1 | -2/+3 |
| | |||||
* | fix name | Aleksey Kladov | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | Add metrics | Aleksey Kladov | 2020-07-24 | 1 | -0/+214 |