Home
last modified time | relevance | path

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 Drun_test.js17 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 Darktoolshavesamemap.js28 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 Dlauncher.js60 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 Dtest_unit.py77 test.assertTrue(0 == len(run.warmup))
92 test.assertTrue(1 == len(run.warmup))
H A Dtest_result.py80 "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 Dresult.py183 warmup: List[float] = field(default_factory=list)
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js59 System.warmup({
[all...]

Completed in 30 milliseconds