mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Add a benchmark for for unmultiply_inplace
in pixels
(#33584)
* bench unmultiply_inplace Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * create data in one line Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * number_of_pixels Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
58f34ad7a3
commit
1ddfde96ce
3 changed files with 189 additions and 0 deletions
|
@ -20,3 +20,11 @@ malloc_size_of_derive = { workspace = true }
|
|||
log = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
webrender_api = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
|
||||
[[bench]]
|
||||
name = "benches"
|
||||
path = "benches.rs"
|
||||
harness = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue