Changeset a787081 in mainline for uspace/app/hbench/benchlist.c


Ignore:
Timestamp:
2019-01-06T22:33:17Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ebb0835
Parents:
77b01fe
Message:

hbench: do not shorten identifiers at all costs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/benchlist.c

    r77b01fe ra787081  
    3939
    4040benchmark_t *benchmarks[] = {
    41         &bench_dir_read,
    42         &bench_file_read,
    43         &bench_malloc1,
    44         &bench_malloc2,
    45         &bench_ns_ping,
    46         &bench_ping_pong
     41        &benchmark_dir_read,
     42        &benchmark_file_read,
     43        &benchmark_malloc1,
     44        &benchmark_malloc2,
     45        &benchmark_ns_ping,
     46        &benchmark_ping_pong
    4747};
    4848
Note: See TracChangeset for help on using the changeset viewer.