Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349950
b: refs/heads/master
c: 9b494ea
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent 9303d9e commit bc74e25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eec185ab603fab3b7b5021e840cf4b282c4c7e6b
refs/heads/master: 9b494ea2f5638184bc203a30062b32b9a9a05d9e
2 changes: 2 additions & 0 deletions trunk/tools/perf/builtin-bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ static void all_suite(struct bench_subsys *subsys) /* FROM HERE */
printf("# Running %s/%s benchmark...\n",
subsys->name,
suites[i].name);
fflush(stdout);

argv[1] = suites[i].name;
suites[i].fn(1, argv, NULL);
Expand Down Expand Up @@ -225,6 +226,7 @@ int cmd_bench(int argc, const char **argv, const char *prefix __maybe_unused)
printf("# Running %s/%s benchmark...\n",
subsystems[i].name,
subsystems[i].suites[j].name);
fflush(stdout);
status = subsystems[i].suites[j].fn(argc - 1,
argv + 1, prefix);
goto end;
Expand Down

0 comments on commit bc74e25

Please sign in to comment.