Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7f1ca70

Browse files
Aymen TROUDIAymen TROUDI
Aymen TROUDI
authored and
Aymen TROUDI
committed
Add ci.yml
1 parent 24a5f55 commit 7f1ca70

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

‎BinarySerializationBenchDemo.sln‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibTwoTests", "LibTwoTests\
1717
EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{007DEE4C-2CC4-43D4-B519-0493D99EFC5A}"
1919
ProjectSection(SolutionItems) = preProject
20+
.github\workflows\ci.yml = .github\workflows\ci.yml
2021
README.md = README.md
2122
EndProjectSection
2223
EndProject

‎README.md‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# BinarySerializationBenchDemo
1+
[![.NET](https://github.com/aimenux/BinarySerializationBenchDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/BinarySerializationBenchDemo/actions/workflows/ci.yml)
2+
3+
# BinarySerializationBenchDemo
24
```
35
Benchmarking various ways of binary serialization / deserialization
46
```
57

6-
In this demo, i m using [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) library in order to benchmark binary serialization / deserialization :
8+
In this demo, i m using [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) library in order to benchmark binary serialization / deserialization base on :
79
>
8-
> :one: Using [BinaryFormatter](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter)
10+
> :one: Built-In Library [BinaryFormatter](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter)
911
>
10-
> :two: Using [BinarySerializer](https://github.com/jefffhaynes/BinarySerializer)
12+
> :two: Third-Party Library [BinarySerializer](https://github.com/jefffhaynes/BinarySerializer)
1113
>
1214
13-
In order to run benchmarks, type these commands in your favorite terminal :
15+
In order to run benchmarks, type this command in your favorite terminal :
1416
>
1517
> :writing_hand: `.\App.exe`
1618
>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /