Skip to content

Commit

Permalink
include BlazeNetBenchmark in list
Browse files Browse the repository at this point in the history
Signed-off-by: Ayase Minori <ayane@vignetteapp.org>
  • Loading branch information
sr229 committed Apr 6, 2024
1 parent 025c377 commit 33048e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mediapipe.Net.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ public static void Main(string[] args)
{
var switcher = new BenchmarkSwitcher(new[]
{
typeof(FloatPacketPerformanceBenchmark), typeof(ImageFramePacketPerformanceBenchmark)
typeof(FloatPacketPerformanceBenchmark),
typeof(ImageFramePacketPerformanceBenchmark),
typeof(BlazeNetBenchmark)
});

switcher.Run(args, new Config());
Expand Down

0 comments on commit 33048e8

Please sign in to comment.