-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: support for CP/M LBR archives
Rearchitecting of the ILoader/Loader interface and class.
- Loading branch information
Showing
26 changed files
with
13,586 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
// See https://aka.ms/new-console-template for more information | ||
using BenchmarkDotNet.Running; | ||
using Benchmarks.Core.Collections; | ||
using Reko.Benchmarks.Arch.X86; | ||
Check failure on line 4 in src/Benchmarks/Program.cs GitHub Actions / build (ubuntu-latest)
Check failure on line 4 in src/Benchmarks/Program.cs GitHub Actions / build (ubuntu-latest)
Check failure on line 4 in src/Benchmarks/Program.cs GitHub Actions / build (windows-latest)
Check failure on line 4 in src/Benchmarks/Program.cs GitHub Actions / build (windows-latest)
Check failure on line 4 in src/Benchmarks/Program.cs GitHub Actions / build (macos-13)
|
||
|
||
Console.WriteLine("Hello, World!"); | ||
var summary = BenchmarkRunner.Run<ConcurrentBTreeDictionaryBenchmarks>(); | ||
//var summary = BenchmarkRunner.Run<ConcurrentBTreeDictionaryBenchmarks>(); | ||
var summary = BenchmarkRunner.Run<X86DisassemblerBenchmarks>(); | ||
summary = BenchmarkRunner.Run<X86RewriterBenchmarks>(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.