You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently use the seL4bench to test some benchmarks. I use a for loop to evaluate the performance of my benchmark, and the results show that the performance of the first loop is 20 times slower than the next loops, and the next loops are steady. The following are the APIs I used in my experiment.
@axel-h Hi axel-h, Thanks for your reply. At first I thought I was caused by cache misses or TLB misses in the first run. To check whether it is the case, I first run the test_suit(), and then run the test_suit in a for loop, and I found that the evaluation result is also high in the first loop than the following loops. I will check my test_suit(), thanks.
BTW, I run my experiments on Raspberry Pi 4B.
I currently use the seL4bench to test some benchmarks. I use a for loop to evaluate the performance of my benchmark, and the results show that the performance of the first loop is 20 times slower than the next loops, and the next loops are steady. The following are the APIs I used in my experiment.
And the following are the evaluation results.
The text was updated successfully, but these errors were encountered: