Skip to content

Commit

Permalink
Fixed big mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
zardav committed Jul 26, 2014
1 parent aabbd71 commit 4699ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FishBench/Tester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private void doJob()
{
CreateNoWindow = true,
UseShellExecute = false,
FileName = pathA,
FileName = pathB,
Arguments = "bench",
//FileName = "cmd.exe",
//Arguments = "/c start /B /REALTIME /AFFINITY 0x1 \"" + pathB + "\" bench 1>nul",
Expand Down

0 comments on commit 4699ee2

Please sign in to comment.