File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11alias (
22 name = "collector-lib" ,
3- actual = "//submodules /performance-benchmark/collector:collector-lib" ,
3+ actual = "//project /performance-benchmark/collector:collector-lib" ,
44 visibility = ["PUBLIC" ],
55)
66
77alias (
88 name = "collector" ,
9- actual = "//submodules /performance-benchmark/collector:collector-bin" ,
9+ actual = "//project /performance-benchmark/collector:collector-bin" ,
1010 visibility = ["PUBLIC" ],
1111)
1212
1313alias (
1414 name = "flamegraph-fake" ,
15- actual = "//submodules /performance-benchmark/collector:flamegraph-fake" ,
15+ actual = "//project /performance-benchmark/collector:flamegraph-fake" ,
1616 visibility = ["PUBLIC" ],
1717)
1818
1919alias (
2020 name = "muti-rustc-perf" ,
21- actual = "//submodules /performance-benchmark/collector:muti-rustc-perf" ,
21+ actual = "//project /performance-benchmark/collector:muti-rustc-perf" ,
2222 visibility = ["PUBLIC" ],
2323)
2424
2525alias (
2626 name = "runtime-fake" ,
27- actual = "//submodules /performance-benchmark/collector:runtime-fake" ,
27+ actual = "//project /performance-benchmark/collector:runtime-fake" ,
2828 visibility = ["PUBLIC" ],
2929)
3030
3131alias (
3232 name = "rustc-fake" ,
33- actual = "//submodules /performance-benchmark/collector:rustc-fake" ,
33+ actual = "//project /performance-benchmark/collector:rustc-fake" ,
3434 visibility = ["PUBLIC" ],
3535)
3636
3737alias (
3838 name = "manager" ,
39- actual = "//submodules /performance-benchmark/data_manage:manager" ,
39+ actual = "//project /performance-benchmark/data_manage:manager" ,
4040 visibility = ["PUBLIC" ],
4141)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pkg_env = {
2121pkg_deps = [
2222 "//third-party:anyhow" ,
2323 "//third-party:cargo_metadata" ,
24- "//third-party:clap" ,
24+ "//third-party:clap-3 " ,
2525 "//third-party:crossbeam-utils" ,
2626 "//third-party:csv" ,
2727 "//third-party:env_logger" ,
@@ -34,11 +34,11 @@ pkg_deps = [
3434 "//third-party:nalgebra" ,
3535 "//third-party:plotters" ,
3636 "//third-party:rayon" ,
37+ "//third-party:regex" ,
3738 "//third-party:serde" ,
3839 "//third-party:serde_json" ,
3940 "//third-party:tempfile" ,
4041 "//third-party:thiserror" ,
41- "//third-party:regex" ,
4242 "//third-party:walkdir" ,
4343]
4444
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pkg_env = {
1717}
1818
1919pkg_deps = [
20- "//submodules /performance-benchmark:collector-lib" ,
20+ "//project /performance-benchmark:collector-lib" ,
2121 "//third-party:anyhow" ,
2222 "//third-party:clap" ,
2323 "//third-party:nalgebra" ,
You can’t perform that action at this time.
0 commit comments