Version updated #262
Annotations
5 warnings
tango-bench/src/cli.rs#L758
warning: unused variable: `path`
--> tango-bench/src/cli.rs:758:23
|
758 | fn generate_plots(path: &Path, sample_dumps: &[PathBuf]) -> Result<()> {
| ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
|
= note: `#[warn(unused_variables)]` on by default
|
tango-bench/src/cli.rs#L758
warning: unused variable: `path`
--> tango-bench/src/cli.rs:758:23
|
758 | fn generate_plots(path: &Path, sample_dumps: &[PathBuf]) -> Result<()> {
| ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
|
= note: `#[warn(unused_variables)]` on by default
|
tango-bench/src/lib.rs#L731
warning: struct `PlatformTimer` is never constructed
--> tango-bench/src/lib.rs:731:23
|
731 | pub(super) struct PlatformTimer;
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
tango-bench/src/lib.rs#L731
warning: struct `PlatformTimer` is never constructed
--> tango-bench/src/lib.rs:731:23
|
731 | pub(super) struct PlatformTimer;
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "benchmark.txt".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading