Searched refs:bench (Results 1 – 25 of 194) sorted by relevance
12345678
177 allocation.bench.cpp178 deque.bench.cpp179 filesystem.bench.cpp180 format_to_n.bench.cpp181 format_to.bench.cpp182 format.bench.cpp186 function.bench.cpp187 map.bench.cpp188 ordered_set.bench.cpp190 string.bench.cpp[all …]
107 def runBench(bench): argument109 os.chdir(bench.directory)110 suffix = '-%s' % bench.variant if bench.variant else ''113 ret['name'] = str(bench)
1 add_llvm_utility(yaml-bench5 target_link_libraries(yaml-bench PRIVATE LLVMSupport)
1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s3 # FIXME: This test should fail. Yaml bench should report an error that a simple
1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s3 # FIXME: This test should actually fail. Yaml-bench should report an error
1 # RUN: yaml-bench -canonical %s
8 void bench(); // defined by user23 bench(); in main()