forked from hanabi1224/Programming-Language-Benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bench_kotlin_native.yaml
46 lines (46 loc) · 931 Bytes
/
bench_kotlin_native.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
lang: kotlin
problems:
- name: helloworld
source:
- 1.kt
- name: binarytrees
source:
- 1.kt
- name: merkletrees
source:
- 1.kt
- name: nbody
source:
- 1n.kt
# - name: json-serde
# source:
# - 1.kt
- name: pidigits
source:
- 1n.kt
- 2n.kt
- name: coro-prime-sieve
source:
- 1.kt
- 2-m.kt
- name: lru
source:
- 1.kt
- 2.kt
- name: regex-redux
source:
- 1n.kt
compiler_version_command: sh -c "./gradlew version"
compiler_version_regex:
runtime_version_parameter:
runtime_version_regex:
source_rename_to: main.kt
environments:
- os: linux
compiler: kotlin/native
version: provided
include: kotlin-native
include_sub_dir: src/nativeMain/kotlin
build: sh -c "./gradlew link_appReleaseExecutableNative --no-daemon"
out_dir: build/bin/native/_appReleaseExecutable
run_cmd: _app.kexe