rust/xtask/src
Georg Semmler aa6db3f36a
Add diesel to the benchmark suite
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
2021-03-15 15:19:16 +01:00
..
codegen Minor 2021-03-08 21:49:25 +03:00
ast_src.rs Add MacroType syntax 2021-01-18 17:56:35 +01:00
codegen.rs Fix remaining references to cargo xtask codegen 2021-03-12 15:10:33 +01:00
dist.rs Simplify xtask 2021-03-01 20:26:37 +03:00
flags.rs xtask: replace "lint" command by a simply cargo alias 2021-03-14 13:36:45 +01:00
install.rs Underengineer cargo xtask install --client 2021-03-05 20:42:41 +03:00
main.rs xtask: replace "lint" command by a simply cargo alias 2021-03-14 13:36:45 +01:00
metrics.rs Add diesel to the benchmark suite 2021-03-15 15:19:16 +01:00
pre_cache.rs Use cli parser with auto-generated help 2021-03-01 22:12:43 +03:00
release.rs Make code generation just work 2021-03-08 21:45:37 +03:00
tidy.rs Remove now dead code 2021-03-08 21:45:43 +03:00