{"id":22954976,"url":"https://github.com/hpac/relative-performance","last_synced_at":"2025-04-02T00:27:10.289Z","repository":{"id":110318752,"uuid":"339067596","full_name":"HPAC/Relative-Performance","owner":"HPAC","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-16T00:07:18.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-07T15:45:23.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HPAC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-15T12:16:15.000Z","updated_at":"2021-02-16T00:07:20.000Z","dependencies_parsed_at":"2023-05-14T21:45:47.605Z","dependency_job_id":null,"html_url":"https://github.com/HPAC/Relative-Performance","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2FRelative-Performance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2FRelative-Performance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2FRelative-Performance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2FRelative-Performance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC","download_url":"https://codeload.github.com/HPAC/Relative-Performance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246732639,"owners_count":20824780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T16:20:20.878Z","updated_at":"2025-04-02T00:27:10.264Z","avatar_url":"https://github.com/HPAC.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Relative-Performance\n\nAssigns relative scores to a set of equivalent algorithms.\n\n### Input\n\nMeasurements of execution times of all equivalent algorithms in JSON format\n\n```python\ntimings.json\n\n{\n  \"Expression1\":{\n                  \"0\": [ 0.12, 0.23, ..., 0.19 ],\n                  \"2\": [ 0.12, 0.23, ..., 0.19 ],\n                   ..\n                   ..\n                  \"99\": [ 0.12, 0.23, ..., 0.19 ],\n                 },\n  \"Expression2\":{\n                  \"0\": [ 0.12, 0.23, ..., 0.19 ],\n                  \"2\": [ 0.12, 0.23, ..., 0.19 ],\n                   ..\n                   ..\n                  \"99\": [ 0.12, 0.23, ..., 0.19 ],\n               },\n   ...\n }\n```\n\n### Parameters\n\n   T:  Number of repetition of the Sort Function\n   \n   M:  Number of bootstrap iterations in the Compare function\n   \n   K:  Bootstrap sample size in the Compare function\n   \n   t: Comparison threshold\n\n### Usage\nExample\n```bash\npython3 relativePerformance.py timings.json -T 30 -M 30 -K 5 -t 0.8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpac%2Frelative-performance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhpac%2Frelative-performance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpac%2Frelative-performance/lists"}