Browse Source

Fix basename in diff method

nagadomi 8 years ago
parent
commit
d4bab939ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/benchmark.lua

+ 1 - 1
tools/benchmark.lua

@@ -551,7 +551,7 @@ local function load_user_data(y_dir, y_file, x_dir, x_file)
       if x and y then
 	 table.insert(test, {y = y,
 			     x = x,
-			     basename = base})
+			     basename = key})
       end
       if opt.show_progress then
 	 xlua.progress(i, #y_files)