Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 9c6ff43

Browse files
committed
trial & error fix for dockerfile path in benchmark_config.json (4)
1 parent bd77c5e commit 9c6ff43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frameworks/Dart/dart3/benchmark_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"maintainers": ["iapicca"],
44
"tests": [{
55
"default": {
6-
"dockerfile": "./dart_native/Dockerfile",
6+
"dockerfile": "dart_native/Dockerfile",
77
"display_name": "dart3_native",
88
"json_url": "/json",
99
"plaintext_url": "/plaintext",
@@ -16,7 +16,7 @@
1616
"database_os": "Linux"
1717
},
1818
"aot": {
19-
"dockerfile": "./dart_aot/Dockerfile",
19+
"dockerfile": "dart_aot/Dockerfile",
2020
"display_name": "dart3_aot",
2121
"json_url": "/json",
2222
"plaintext_url": "/plaintext",
@@ -29,7 +29,7 @@
2929
"database_os": "Linux"
3030
},
3131
"jit": {
32-
"dockerfile": "./dart_jit/Dockerfile",
32+
"dockerfile": "dart_jit/Dockerfile",
3333
"display_name": "dart3_jit",
3434
"json_url": "/json",
3535
"plaintext_url": "/plaintext",

0 commit comments

Comments
 (0)