forked from hanabi1224/Programming-Language-Benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bench_dart_jit.yaml
52 lines (52 loc) · 1 KB
/
bench_dart_jit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
lang: dart
enabled: false
problems:
- name: helloworld
source:
- 1.dart
- name: binarytrees
source:
- 1.dart
- name: merkletrees
source:
- 1.dart
- name: fasta
source:
- 1.dart
- name: fannkuch-redux
source:
- 2.dart
- name: nbody
source:
- 3.dart
- name: pidigits
source:
- 2.dart
- name: edigits
source:
- 1.dart
- name: spectral-norm
source:
- 1.dart
- name: coro-prime-sieve
source:
- 1.dart
- name: http-server
source:
- 1.dart
compiler_version_command: dart --version
compiler_version_regex:
runtime_version_parameter:
runtime_version_regex:
source_rename_to: app.dart
environments:
- os: linux
compiler: dart/jit
version: latest
docker: dart
docker_runtime_dir: /usr/lib/dart
include: dart
build: dart pub get && dart compile jit-snapshot app.dart -o out/app.jit
out_dir: out
run_cmd: dart/bin/dart run app.jit
runtime_version_parameter: --version