ci: add continuous benchmark report #1
benchmark.yml
on: pull_request
Continuous benchmarking
26s
Annotations
1 error
|
Continuous benchmarking
No benchmark result was found in /home/runner/work/rust-template/rust-template/benchmark-output.txt. Benchmark output was ' Updating crates.io index
Locking 69 packages to latest Rust 1.93.0 compatible versions
Adding thiserror v1.0.69 (available: v2.0.18)
Downloading crates ...
Downloaded ppv-lite86 v0.2.21
Downloaded getrandom v0.4.1
Downloaded cfg-if v1.0.4
Downloaded errno v0.3.14
Downloaded fnv v1.0.7
Downloaded wait-timeout v0.2.1
Downloaded fastrand v2.3.0
Downloaded bit-vec v0.8.0
Downloaded rand_xorshift v0.4.0
Downloaded bit-set v0.8.0
Downloaded quick-error v1.2.3
Downloaded unarray v0.1.4
Downloaded autocfg v1.5.0
Downloaded rusty-fork v0.3.1
Downloaded thiserror-impl v1.0.69
Downloaded thiserror v1.0.69
Downloaded unicode-ident v1.0.24
Downloaded getrandom v0.3.4
Downloaded proc-macro2 v1.0.106
Downloaded rand v0.9.2
Downloaded once_cell v1.21.3
Downloaded num-traits v0.2.19
Downloaded bitflags v2.11.0
Downloaded tempfile v3.25.0
Downloaded rand_core v0.9.5
Downloaded rand_chacha v0.9.0
Downloaded proptest v1.10.0
Downloaded zerocopy v0.8.39
Downloaded quote v1.0.44
Downloaded syn v2.0.116
Downloaded regex-syntax v0.8.9
Downloaded rustix v1.1.3
Downloaded libc v0.2.182
Downloaded linux-raw-sys v0.11.0
Compiling libc v0.2.182
Compiling cfg-if v1.0.4
Compiling proc-macro2 v1.0.106
Compiling unicode-ident v1.0.24
Compiling quote v1.0.44
Compiling getrandom v0.3.4
Compiling getrandom v0.4.1
Compiling zerocopy v0.8.39
Compiling rustix v1.1.3
Compiling bitflags v2.11.0
Compiling thiserror v1.0.69
Compiling linux-raw-sys v0.11.0
Compiling autocfg v1.5.0
Compiling syn v2.0.116
Compiling rand_core v0.9.5
Compiling num-traits v0.2.19
Compiling fastrand v2.3.0
Compiling once_cell v1.21.3
Compiling wait-timeout v0.2.1
Compiling fnv v1.0.7
Compiling quick-error v1.2.3
Compiling bit-vec v0.8.0
Compiling bit-set v0.8.0
Compiling tempfile v3.25.0
Compiling thiserror-impl v1.0.69
Compiling rusty-fork v0.3.1
Compiling rand v0.9.2
Compiling rand_xorshift v0.4.0
Compiling unarray v0.1.4
Compiling regex-syntax v0.8.9
Compiling template_crate v0.1.0 (/home/runner/work/rust-template/rust-template/template_crate)
Compiling examples v0.1.0 (/home/runner/work/rust-template/rust-template/examples)
Compiling ppv-lite86 v0.2.21
Compiling rand_chacha v0.9.0
Compiling proptest v1.10.0
Finished `bench` profile [optimized] target(s) in 17.42s
Running unittests src/bin/addition.rs (target/release/deps/addition-fbb9632f930f27e1)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/release/deps/template_crate-f2c683c167501bbc)
running 4 tests
test tests::addition_bound_check ... ignored
test tests::addition_edge_case ... ignored
test tests::addition_of_bounded ... ignored
test tests::addition_proptest ... ignored
test result: ok. 0 passed; 0 failed; 4 ignored; 0 meas
|