Searched refs:warmup (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/ |
H A D | run_test.js | 17 function runTest(test, warmup, iters) { 38 if (warmup > 0 && etsVm) { 39 etsVm.call(test, warmup); 53 console.log('Expected <test name> <number of warmup iterations> <number of iterations>'); 57 let warmup = parseInt(args[3], 10); 59 runTest(test, warmup, iters);
|
/arkcompiler/ets_runtime/test/moduletest/arktoolshavesamemap/ |
H A D | arktoolshavesamemap.js | 28 function warmup(fn, num) {
function 30 print(fn.name + " warmup: " + i);
35 warmup((function testICTransition() {
44 warmup((function testObjLiterals() {
49 warmup((function testICByValueTransition() {
57 warmup((function testDictTransition() {
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/benchmarks/ |
H A D | launcher.js | 60 caller(warmup); 62 console.log('warmup ' + bench + ': ' + timeNs / warmup + ' ns/iter, iters: ' + warmup); 78 console.log('Expected <test name> <caller-site(JS/STS)> <callee-site(JS/STS)> <warmup iters> <bench iters>'); 92 let warmup = parseInt(args[5], 10);
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
H A D | test_unit.py | 77 test.assertTrue(0 == len(run.warmup)) 92 test.assertTrue(1 == len(run.warmup))
|
H A D | test_result.py | 80 "warmup": [] 128 "warmup": [] 190 "warmup": [] 228 "warmup": [] 293 rr = RunResult(avg_time=mean(i), iterations=i, warmup=[])
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | result.py | 183 warmup: List[float] = field(default_factory=list)
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 59 System.warmup({ [all...] |
Completed in 30 milliseconds