Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F131883
ivy_files.rs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
ivy_files.rs
View Options
use
criterion
::
{
black_box
,
criterion_group
,
criterion_main
,
Criterion
};
use
ivyrs
::
inner_files
;
pub
fn
criterion_benchmark
(
c
:
&
mut
Criterion
)
{
c
.
bench_function
(
"ivy_files(kubernetes)"
,
|
b
|
{
b
.
iter
(
||
{
inner_files
(
black_box
(
"file.go"
.
to_owned
()),
black_box
(
"/tmp/ivy-trees/kubernetes"
.
to_owned
()),
)
})
});
}
criterion_group
!
(
benches
,
criterion_benchmark
);
criterion_main
!
(
benches
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Apr 6 2026, 6:35 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10575
Default Alt Text
ivy_files.rs (469 B)
Attached To
Mode
R1 ivy.nvim
Attached
Detach File
Event Timeline
Log In to Comment