Changeset 1bad5fd in mainline


Ignore:
Timestamp:
2019-01-04T15:48:59Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe656783
Parents:
13b1b48
Message:

Remove bnchmark application

The benchmarks included in this application were moved to perf app in a
previous commit, rendering this application obsolete.

Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r13b1b48 r1bad5fd  
    9090uspace/app/bithenge/bithenge
    9191uspace/app/blkdump/blkdump
    92 uspace/app/bnchmark/bnchmark
    9392uspace/app/contacts/contacts
    9493uspace/app/corecfg/corecfg
     
    173172uspace/dist/app/bithenge
    174173uspace/dist/app/blkdump
    175 uspace/dist/app/bnchmark
    176174uspace/dist/app/corecfg
    177175uspace/dist/app/cpptest
  • boot/Makefile.common

    r13b1b48 r1bad5fd  
    168168        bithenge \
    169169        blkdump \
    170         bnchmark \
    171170        contacts \
    172171        corecfg \
  • uspace/Makefile

    r13b1b48 r1bad5fd  
    3838        app/bithenge \
    3939        app/blkdump \
    40         app/bnchmark \
    4140        app/contacts \
    4241        app/corecfg \
Note: See TracChangeset for help on using the changeset viewer.