We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61e309 commit 9e4e886Copy full SHA for 9e4e886
run-benchmarks.php
@@ -27,7 +27,7 @@
27
'C++ STL' => 'cpp/bin/benchmark-stl',
28
'C++ Boost' => 'cpp/bin/benchmark-boost',
29
'C# Mono' => 'mono -O=all csharp/bin-mono/benchmark.exe',
30
- 'C# .Net Core' => 'dotnet csharp/bin/Release/netcoreapp3.0/benchmark.dll',
+ 'C# .Net Core' => 'dotnet csharp/bin/Release/netcoreapp3.1/benchmark.dll',
31
'D dmd' => 'd/bin/benchmark',
32
'D ldc' => 'd/bin/benchmark-ldc',
33
'Dart' => 'dart dart/benchmark.dart',
0 commit comments