性能测试,如何优化 #6297
Answered
by
jiefenghuang
15810064471
asked this question in
Q&A
性能测试,如何优化
#6297
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
15810064471
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
测试1: import torch



juicefs stats 如下
如果想要在不加缓存的情况下提速, fuse 和object 都需要加速,才能达到效果,如何优化呢。

问题1: 为什么第一次执行ops 很低,第二次缓存的情况下,ops却搞了几十倍,第二次的图如下:
测试2 git status


这个即使在有缓存的情况下,也没有提速,这个如何优化呢
Beta Was this translation helpful? Give feedback.
All reactions