-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
61 lines (51 loc) · 1.37 KB
/
config.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
53
54
55
56
57
58
59
60
61
benchmarks:
-
name: hello world
src: samples/hello.b
output: a0b65939670bc2c010f4d5d6a0b3e4e4590fb92b
-
name: semihash
src: samples/semihash.b
input: samples/semihash.in
output: 5ddd3bb20b4b20d7cb776adc9823f9286a5a9f96
-
name: harmonic
src: samples/harmonic.b
output: b6589fc6ab0dc82cf12099d1c2d40ab994e8410c
-
name: 8 bit cell size
src: samples/cell_size.b
width: 8
output: 94cfcfa4ce6f757b8211ef5a2882076d7fc4f7bd
-
name: 16 bit cell size
src: samples/cell_size.b
width: 16
output: d2bb3c52eaf4286637d9a3df1e6024c2aaeb7728
-
name: 32 bit cell size
src: samples/cell_size.b
width: 32
output: 85c954c43002504b11cc5e239de7c6d0cc96e522
-
name: mandlebrot
src: samples/mandlebrot.b
output: b77a017f811831f0b74e0d69c08b78e620dbda2b
-
width: 16
name: synthetic alias
src: samples/synthetic_alias.b
output: 58a74e7d129257f8b0be51f9aa10f8cbb60db621
-
name: self interpreter
src: samples/self_interpreter.b
input: samples/hello.b
output: a0b65939670bc2c010f4d5d6a0b3e4e4590fb92b
-
name: signed math
src: samples/signedmath.b
output: 6a0967cbc5595edf4ef606ea16ca9d314c76b8bc
-
name: sierpinski
src: samples/sierpinski.b
output: 74e24c1e949d69e2cd47c5905140cc068de61b9e