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
Closes#1431
In the case of super-fast opcodes(< than 1 µs), the `elapse` method is
not accurate enough, which leads to unstable results from benchmarks.
The change aims to stabilize the results from measurements by
subtracting the time required to reset the VM from the total time of the
benchmark.
crypto523
pushed a commit
to crypto523/fuel-core
that referenced
this issue
Oct 7, 2024
ClosesFuelLabs/fuel-core#1431
In the case of super-fast opcodes(< than 1 µs), the `elapse` method is
not accurate enough, which leads to unstable results from benchmarks.
The change aims to stabilize the results from measurements by
subtracting the time required to reset the VM from the total time of the
benchmark.
Related #948
The text was updated successfully, but these errors were encountered: