Sign in
apache
/
casbin-Casbin.NET
/
refs/heads/copilot/log-expression-handler-errors
/
.
/
Casbin.Benchmark
/
Program.cs
blob: 31d045919fd244a53b0df468c4c4c0396489a019 [
file
] [
log
] [
blame
]
using
BenchmarkDotNet
.
Running
;
namespace
Casbin
.
Benchmark
{
public
class
Program
{
public
static
void
Main
(
string
[]
args
)
{
BenchmarkSwitcher
.
FromAssembly
(
typeof
(
Program
).
Assembly
).
Run
(
args
);
}
}
}