25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
283 B

  1. using BenchmarkDotNet.Reports;
  2. using BenchmarkDotNet.Running;
  3. using System;
  4. namespace JT1078.Flv.Benchmark
  5. {
  6. class Program
  7. {
  8. static void Main(string[] args)
  9. {
  10. Summary summary = BenchmarkRunner.Run<JT1078FlvEncoderContext>();
  11. }
  12. }
  13. }