{"id":18388410,"url":"https://github.com/jmcph4/jcrl_benchmarks","last_synced_at":"2025-04-12T04:24:39.016Z","repository":{"id":87928798,"uuid":"196689455","full_name":"jmcph4/jcrl_benchmarks","owner":"jmcph4","description":"Performance benchmarks for JCRL","archived":false,"fork":false,"pushed_at":"2019-07-14T06:08:08.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T00:44:16.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmcph4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-07-13T06:57:10.000Z","updated_at":"2019-07-14T06:08:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"47570a66-4c28-4421-92bd-fff602db9418","html_url":"https://github.com/jmcph4/jcrl_benchmarks","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/jmcph4%2Fjcrl_benchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcph4%2Fjcrl_benchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcph4%2Fjcrl_benchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcph4%2Fjcrl_benchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcph4","download_url":"https://codeload.github.com/jmcph4/jcrl_benchmarks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248515109,"owners_count":21117110,"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-11-06T01:34:12.880Z","updated_at":"2025-04-12T04:24:38.999Z","avatar_url":"https://github.com/jmcph4.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JCRL Benchmarks #\n---\n\nThis repository contains various performance benchmarks for [JCRL](https://github.com/jmcph4/jcrl).\n\n## Building ##\nTHe benchmarks have two dependencies: JCRL itself (obviously) and [MPH](https://github.com/jmcph4/mph) (in order to run the benchmark script).\n\n    $ git clone git@github.com:jmcph4/jcrl.git\n    $ git clone git@github.com:jmcph4/mph.git\n    $ git clone git@github.com:jmcph4/jcrl_benchmarks.git\n    $ cp jcrl/src/*.h jcrl_benchmarks/include/jcrl -r\n    $ cp mph/mph jcrl_benchmarks -r\n\nBuilding the benchmark executables is straightforward:\n\n    $ make all\n\nThis will create executables under `bin/`.\n\n## Running ##\nEach benchmarks is runnable as a standalone program; however, the main script is recommended as it handles statistical calculations and automatically runs all of the benchmarks.\n\n    $ python run.py [num_elems] [num_trials]\n\nThis will output the benchmark name, mean running time, and the standard deviation of the running time.\n\nEach executable itself outputs two numbers to `stdout`: the number of seconds elapsed and the number of nanoseconds (note this wraps).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcph4%2Fjcrl_benchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcph4%2Fjcrl_benchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcph4%2Fjcrl_benchmarks/lists"}