{"id":16339129,"url":"https://github.com/phadej/criterion-cmp","last_synced_at":"2025-10-08T08:19:34.151Z","repository":{"id":53737408,"uuid":"338881567","full_name":"phadej/criterion-cmp","owner":"phadej","description":"Compare criterion results in text mode","archived":false,"fork":false,"pushed_at":"2022-01-22T12:08:03.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-18T03:40:02.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phadej.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-14T19:13:07.000Z","updated_at":"2024-06-20T15:28:03.000Z","dependencies_parsed_at":"2022-08-26T17:13:24.936Z","dependency_job_id":null,"html_url":"https://github.com/phadej/criterion-cmp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phadej/criterion-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fcriterion-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fcriterion-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fcriterion-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fcriterion-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phadej","download_url":"https://codeload.github.com/phadej/criterion-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fcriterion-cmp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278910525,"owners_count":26067088,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-10T23:53:34.073Z","updated_at":"2025-10-08T08:19:34.131Z","avatar_url":"https://github.com/phadej.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# criterion-cmp\n\nCompare criterion results in text mode\n\nCollect benchmarks using `--csv` flag to `criterion` benchmarks.\nBeware, `criterion` appends the results, so CSV file may be \"corrupted\" that way.\n\n```\n% cabal run -- criterion-cmp old.csv long-name-new.csv\n\nBenchmark                   old       long-name-new\nalter                       1.027e-3  0.990e-3  -3.62%\ndelete                      2.070e-4  2.157e-4  +4.19%\nfoldlWithKey                0.945e-3  0.950e-3  +0.50%\nfoldlWithKey'               2.391e-5  2.375e-5  -0.69%\nfoldrWithKey                0.458e-7  0.460e-7  +0.37%\nfromAscList                 1.820e-4  1.828e-4  +0.45%\nfromDistinctAscList         1.026e-4  1.054e-4  +2.74%\nfromList                    2.501e-4  2.541e-4  +1.61%\ninsert                      2.529e-4  2.557e-4  +1.14%\ninsertLookupWithKey empty   1.023e-3  1.021e-3  -0.21%\ninsertLookupWithKey update  2.471e-3  2.481e-3  +0.40%\ninsertWith empty            2.685e-4  2.753e-4  +2.52%\ninsertWith update           1.189e-3  1.227e-3  +3.24%\ninsertWith' empty           2.756e-4  2.798e-4  +1.52%\ninsertWith' update          1.040e-3  1.069e-3  +2.76%\ninsertWithKey empty         2.660e-4  2.703e-4  +1.59%\ninsertWithKey update        1.186e-3  1.222e-3  +3.06%\ninsertWithKey' empty        2.699e-4  2.745e-4  +1.70%\ninsertWithKey' update       1.032e-3  1.066e-3  +3.36%\nlookup                      2.947e-4  3.192e-4  +8.34%\nmap                         0.812e-4  0.810e-4  -0.25%\nmapMaybe                    1.309e-4  1.381e-4  +5.48%\nmapMaybeWithKey             1.309e-4  1.382e-4  +5.55%\nmapWithKey                  0.906e-4  0.908e-4  +0.17%\nminView                     0.648e-7  0.562e-7 -13.37%\nupdate                      0.916e-3  0.969e-3  +5.73%\nupdateLookupWithKey         1.566e-3  1.621e-3  +3.48%\nGeometric mean              1.858e-4  1.885e-4  +1.47%\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphadej%2Fcriterion-cmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphadej%2Fcriterion-cmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphadej%2Fcriterion-cmp/lists"}