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
{{ message }}
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
When replaying some log files with the profiler, we sometimes get a Rust stack overflow error. This frustrates profiling of some execution paths that we would like to optimize.
To reproduce, checkout commit 68b34f0, run make benchmarks, then run cargo run --release replay -p benchmarks/nulltx_batch_1000.aoslog
The text was updated successfully, but these errors were encountered:
When replaying some log files with the profiler, we sometimes get a Rust stack overflow error. This frustrates profiling of some execution paths that we would like to optimize.
To reproduce, checkout commit 68b34f0, run
make benchmarks
, then runcargo run --release replay -p benchmarks/nulltx_batch_1000.aoslog
The text was updated successfully, but these errors were encountered: