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
Hi @dat58, thanks for your report, and sorry for the very late reply. I tried the snippet you described and cannot reproduce the error. Would be appreciated if you could provide the complete code.
$ cargo r --example=simple_stateless -- -c 1 -n 1 --fps 1
Compiling rlt v0.2.0 (/home/wenxuan/dev/rlt)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
Running `target/debug/examples/simple_stateless -c 1 -n 1 --fps 1`
Summary
Benchmark took 0.00s with concurrency 1 (100.00% success)
Total Rate
Iters 1 1320.08/s
Items 1 1320.08/s
Bytes 0 B 0 B/s
Latencies
Stats
Avg Min Med Max Stdev
1.00s 1.00s 1.00s 1.00s 0.00s
Percentiles
10.00% in 1.00s
25.00% in 1.00s
50.00% in 1.00s
75.00% in 1.00s
90.00% in 1.00s
95.00% in 1.00s
99.00% in 1.00s
99.90% in 1.00s
99.99% in 1.00s
Histogram
[1] 1.00s 🭵■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Status distribution
[1] Success(0)
I have used version 0.2.0, and I just tested the library to ensure it works correctly. Therefore, I have written a simple benchmark like:
However, I encountered the error I mentioned above.
The text was updated successfully, but these errors were encountered: