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
casbin-cpp benchmark data in official website maybe wrong, RBAC time comlexity maybe O(n) rather than O(1), n is policy numbers in memory. So with data increase in RBAC small, RBAC medium and RBAC large, consumed time will increase. We can ref to this action, and other languge benchmark.
And when I run Large benchmark in my local machine, I can't get the benchmark result, even I have run it at least one hour. I only get the some small data case benchmark result.
Description
casbin-cppbenchmark data in official website maybe wrong,RBACtime comlexity maybeO(n)rather thanO(1), n is policy numbers in memory. So with data increase inRBAC small,RBAC mediumandRBAC large, consumed time will increase. We can ref to this action, and other languge benchmark.Large benchmarkin my local machine, I can't get the benchmark result, even I have run it at least one hour. I only get the some small data case benchmark result.