Changeset 13b1b48 in mainline for uspace/app/perf/benchlist.h


Ignore:
Timestamp:
2019-01-04T15:46:42Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1bad5fd
Parents:
f85546d
git-author:
Vojtech Horky <vojtech.horky@…> (2019-01-04 15:02:37)
git-committer:
Vojtech Horky <vojtech.horky@…> (2019-01-04 15:46:42)
Message:

perf: add benchmarks from bnchmark application

Probably it should be the other way around as bnchmark is in HelenOS for
quite some time but perf has better infrastructure as of now.

Note that these benchmarks are rather weak in terms of what they
benchmark (despite their name they actually benchmark FS caching).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/perf/benchlist.h

    rf85546d r13b1b48  
    3939#include "perf.h"
    4040
     41extern benchmark_t bench_dir_read;
     42extern benchmark_t bench_file_read;
    4143extern benchmark_t bench_malloc1;
    4244extern benchmark_t bench_malloc2;
Note: See TracChangeset for help on using the changeset viewer.