File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
using AI . Benchmarks ;
2
2
using BenchmarkDotNet . Columns ;
3
3
using BenchmarkDotNet . Configs ;
4
- using BenchmarkDotNet . Exporters . Json ;
5
4
using BenchmarkDotNet . Reports ;
6
5
using BenchmarkDotNet . Running ;
7
6
11
10
. WithArtifactsPath ( Path . Combine ( ThisAssembly . Project . MSBuildProjectDirectory , "BenchmarkDotNet.Artifacts" ) )
12
11
#else
13
12
. Create ( DefaultConfig . Instance )
14
- . AddExporter ( JsonExporter . Full )
13
+ . AddExporter ( BenchmarkDotNet . Exporters . Json . JsonExporter . Full )
15
14
#endif
16
15
. AddColumn ( new ProviderColumn ( ) )
17
16
. AddColumn ( new ModelColumn ( ) ) ,
Original file line number Diff line number Diff line change
1
+ git pull && `
2
+ pushd .\src\AI.Benchmarks && `
3
+ dotnet run - c Release && `
4
+ popd && `
5
+ add * .json && `
6
+ add * .md && `
7
+ commit - m " 🖉 Update AI benchmarks" && `
8
+ git push || write-host ' Failed to update benchmarks'
You can’t perform that action at this time.
0 commit comments