Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
4dbf74f4
Commit
4dbf74f4
authored
Sep 22, 2019
by
Damir Ainullin
Committed by
Nick Craver
Sep 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced WriteLine with WriteLineColor
parent
61707905
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Program.cs
Dapper.Tests.Performance/Program.cs
+2
-4
No files found.
Dapper.Tests.Performance/Program.cs
View file @
4dbf74f4
using
BenchmarkDotNet.Configs
;
using
BenchmarkDotNet.Order
;
using
BenchmarkDotNet.Running
;
using
BenchmarkDotNet.Running
;
using
System
;
using
System.Data.SqlClient
;
using
System.Linq
;
...
...
@@ -28,7 +26,7 @@ public static void Main(string[] args)
WriteColor
(
" (no args)"
,
ConsoleColor
.
Blue
);
WriteLine
(
": run all benchmarks"
);
WriteColor
(
" --legacy"
,
ConsoleColor
.
Blue
);
WriteLine
(
": run the legacy benchmark suite/format"
,
ConsoleColor
.
Gray
);
WriteLine
Color
(
": run the legacy benchmark suite/format"
,
ConsoleColor
.
Gray
);
WriteLine
();
}
WriteLine
(
"Using ConnectionString: "
+
BenchmarkBase
.
ConnectionString
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment