Navigation


Changeset 572:b1b56d4682d0 in freeDiameter for extensions/test_app/ta_conf.l


Ignore:
Timestamp:
Oct 8, 2010, 3:30:36 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added benchmark mode in test_app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/test_app/ta_conf.l

    r128 r572  
    153153                        }
    154154
     155(?i:"Benchmark")        {
     156                                return BENCH;
     157                        }
     158
    155159                       
    156160        /* Valid single characters for yyparse */
Note: See TracChangeset for help on using the changeset viewer.