Skip to content

Commit e09e667

Browse files
authoredApr 29, 2022
Fix benchmark for Linux (weichch#18)
1 parent 1894aca commit e09e667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/SystemTextJson.JsonDiffPatch.Benchmark/ExampleJsonFileBenchmark.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected ExampleJsonFileBenchmark(string beforeFile, string afterFile, string d
2222

2323
protected static string GetExampleFile(string fileName)
2424
{
25-
return $"Examples\\{fileName}";
25+
return $"Examples/{fileName}";
2626
}
2727

2828
[GlobalSetup]

0 commit comments

Comments
 (0)