diff --git a/run_config.json b/run_config.json index 0d979da5..c533753a 100644 --- a/run_config.json +++ b/run_config.json @@ -177,6 +177,60 @@ "per_execution": 10000 } }, + { + "prereq": { + "name": "nvm", + "version": "23.3.0", + "command": "nvm install 23.3.0;nvm use 23.3.0 --silent" + }, + "run": { + "icu_version": "icu76", + "exec": "dart_web", + "test_type": [ + "collation", + "number_fmt", + "lang_names", + "likely_subtags" + ], + "per_execution": 10000 + } + }, + { + "prereq": { + "name": "nvm", + "version": "22.6.0", + "command": "nvm install 22.6.0;nvm use 22.6.0 --silent" + }, + "run": { + "icu_version": "icu75", + "exec": "dart_web", + "test_type": [ + "collation", + "number_fmt", + "lang_names", + "likely_subtags" + ], + "per_execution": 10000 + } + }, + { + "prereq": { + "name": "nvm", + "version": "21.6.0", + "command": "nvm install 21.6.0;nvm use 21.6 --silent" + }, + "run": { + "icu_version": "icu74", + "exec": "dart_web", + "test_type": [ + "collation", + "number_fmt", + "lang_names", + "likely_subtags" + ], + "per_execution": 10000 + } + }, { "prereq": { "name": "nvm",