Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169619
b: refs/heads/master
c: 79e295d
h: refs/heads/master
i:
  169617: cf44217
  169615: 3ff9a25
v: v3
  • Loading branch information
Hitoshi Mitake authored and Ingo Molnar committed Nov 10, 2009
1 parent 38ed190 commit 20bda95
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8d8d61aadb9d8cce07f7dcdb77a4c20a25d36d07
refs/heads/master: 79e295d4bd0f524257299e7c4e42f643f21abcc2
4 changes: 4 additions & 0 deletions trunk/tools/perf/builtin-bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ int cmd_bench(int argc, const char **argv, const char *prefix __used)
if (strcmp(subsystems[i].suites[j].name, argv[1]))
continue;

if (bench_format == BENCH_FORMAT_DEFAULT)
printf("# Running %s/%s benchmark...\n",
subsystems[i].name,
subsystems[i].suites[j].name);
status = subsystems[i].suites[j].fn(argc - 1,
argv + 1, prefix);
goto end;
Expand Down

0 comments on commit 20bda95

Please sign in to comment.