aboutsummaryrefslogtreecommitdiff
path: root/benches/Jellyfin.Common.Benches/Program.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-11-01 16:26:54 +0100
committerBond_009 <bond.009@outlook.com>2019-11-01 17:52:29 +0100
commit60cb256835ff7601ee8ad7deefe52c1ef1c3b305 (patch)
tree2d9c2f6890a50c7b18afb424344a3bf48a9539af /benches/Jellyfin.Common.Benches/Program.cs
parent593107e190856b7059f9e32f7dcb1343ca057db7 (diff)
Fix benches
Diffstat (limited to 'benches/Jellyfin.Common.Benches/Program.cs')
-rw-r--r--benches/Jellyfin.Common.Benches/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/Jellyfin.Common.Benches/Program.cs b/benches/Jellyfin.Common.Benches/Program.cs
index e7d51c1b5..b218b0dc1 100644
--- a/benches/Jellyfin.Common.Benches/Program.cs
+++ b/benches/Jellyfin.Common.Benches/Program.cs
@@ -7,7 +7,7 @@ namespace Jellyfin.Common.Benches
{
public static void Main(string[] args)
{
- //_ = BenchmarkRunner.Run<HexEncodeBenches>();
+ _ = BenchmarkRunner.Run<HexEncodeBenches>();
_ = BenchmarkRunner.Run<HexDecodeBenches>();
}
}