-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: FsBuilder can't be used with empty root anymore (#1293)
* fix: FsBuilder can't be used with empty root anymore Signed-off-by: Xuanwo <github@xuanwo.io> * Fix fut been called after returning error Signed-off-by: Xuanwo <github@xuanwo.io> --------- Signed-off-by: Xuanwo <github@xuanwo.io>
- Loading branch information
Showing
11 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d2a52a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for opendal ready!
✅ Preview
https://opendal-rgbpqs6ac-databend.vercel.app
Built with commit d2a52a3.
This pull request is being automatically deployed with vercel-action
d2a52a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.service_fs_read_parallel/2x256 KiB
291659
ns/iter (± 23708
)141467
ns/iter (± 10063
)2.06
service_fs_read_parallel/4x4.00 MiB
8096800
ns/iter (± 484985
)3701168
ns/iter (± 542419
)2.19
service_memory_read_full/256 KiB
30721
ns/iter (± 1371
)13290
ns/iter (± 27
)2.31
service_memory_read_full/16.0 MiB
4057997
ns/iter (± 200084
)1798309
ns/iter (± 483375
)2.26
service_memory_read_parallel/1x4.00 MiB
4837835
ns/iter (± 266000
)2360548
ns/iter (± 308337
)2.05
service_memory_read_parallel/2x4.00 MiB
10038793
ns/iter (± 750283
)4390391
ns/iter (± 46202
)2.29
service_memory_read_parallel/4x4.00 MiB
21504304
ns/iter (± 1497052
)9183153
ns/iter (± 3118995
)2.34
service_memory_read_parallel/8x4.00 MiB
40115410
ns/iter (± 3532132
)18352890
ns/iter (± 2360346
)2.19
service_memory_read_parallel/16x4.00 MiB
76890807
ns/iter (± 5466893
)36325044
ns/iter (± 3199118
)2.12
service_fs_write_once/4.00 KiB
556004
ns/iter (± 136955
)236255
ns/iter (± 149767
)2.35
This comment was automatically generated by workflow using github-action-benchmark.
CC: @Xuanwo