Upload folder using huggingface_hub

#14
runs/agda/benchmarks/runtime-layer-isolation-2026-04-03/kernel-monoid-runtime-layer.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda",
3
+ "direct_minimal": {
4
+ "mode": "direct_minimal",
5
+ "elapsed_s": 10.073992717996589,
6
+ "peak_rss_mb": 59.64453125,
7
+ "status": "timeout",
8
+ "timed_out": true,
9
+ "stdout_events": 0
10
+ },
11
+ "agda_process_only": {
12
+ "mode": "agda_process_only",
13
+ "elapsed_s": 10.086826842001756,
14
+ "peak_rss_mb": 60.828125,
15
+ "status": "timeout",
16
+ "timed_out": true,
17
+ "stdout_events": 1
18
+ },
19
+ "autoprover_extract_goals": {
20
+ "mode": "autoprover_extract_goals",
21
+ "elapsed_s": 0.527450465990114,
22
+ "peak_rss_mb": 91.23828125,
23
+ "status": "solved",
24
+ "timed_out": false,
25
+ "goal_count": 0,
26
+ "trace_path": "/tmp/agda_runtime_layer_isolation_2026_04_03/autoprover-trace.jsonl"
27
+ }
28
+ }
runs/agda/benchmarks/runtime-layer-isolation-2026-04-03/summary.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark_family": "agda-runtime-layer-isolation",
3
+ "date": "2026-04-03",
4
+ "conclusion": "direct minimal interaction and thin AgdaProcess transport both time out on tested files; runtime-like AutoProver.extract_goals reaches a solved state quickly on both tested files, so the observed performance gain comes from higher-level runtime control flow rather than the thin interaction wrapper",
5
+ "artifacts": [
6
+ "kernel-monoid-runtime-layer.json",
7
+ "verification-sourcehash-runtime-layer.json"
8
+ ]
9
+ }
runs/agda/benchmarks/runtime-layer-isolation-2026-04-03/verification-sourcehash-runtime-layer.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda",
3
+ "direct_minimal": {
4
+ "mode": "direct_minimal",
5
+ "elapsed_s": 10.063899329004926,
6
+ "peak_rss_mb": 59.5546875,
7
+ "status": "timeout",
8
+ "timed_out": true,
9
+ "stdout_events": 0
10
+ },
11
+ "agda_process_only": {
12
+ "mode": "agda_process_only",
13
+ "elapsed_s": 10.086145166002098,
14
+ "peak_rss_mb": 60.64453125,
15
+ "status": "timeout",
16
+ "timed_out": true,
17
+ "stdout_events": 1
18
+ },
19
+ "autoprover_extract_goals": {
20
+ "mode": "autoprover_extract_goals",
21
+ "elapsed_s": 0.48205495098955,
22
+ "peak_rss_mb": 145.10546875,
23
+ "status": "solved",
24
+ "timed_out": false,
25
+ "goal_count": 0,
26
+ "trace_path": "/tmp/agda_runtime_layer_isolation_verification_2026_04_03/autoprover-trace.jsonl"
27
+ }
28
+ }