{"id":16907155,"url":"https://github.com/minad/tasty-stats","last_synced_at":"2026-03-12T15:02:01.207Z","repository":{"id":56879969,"uuid":"81701404","full_name":"minad/tasty-stats","owner":"minad","description":"Collect statistics of your Tasty testsuite","archived":false,"fork":false,"pushed_at":"2019-08-01T21:02:57.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-24T14:18:04.582Z","etag":null,"topics":["benchmark","haskell","statistics","tasty","testing"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/minad.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}},"created_at":"2017-02-12T03:54:31.000Z","updated_at":"2023-02-16T00:46:17.000Z","dependencies_parsed_at":"2022-08-20T23:40:11.791Z","dependency_job_id":null,"html_url":"https://github.com/minad/tasty-stats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minad/tasty-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minad%2Ftasty-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minad%2Ftasty-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minad%2Ftasty-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minad%2Ftasty-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minad","download_url":"https://codeload.github.com/minad/tasty-stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minad%2Ftasty-stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30429298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["benchmark","haskell","statistics","tasty","testing"],"created_at":"2024-10-13T18:46:18.131Z","updated_at":"2026-03-12T15:02:01.174Z","avatar_url":"https://github.com/minad.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tasty-stats: Collect statistics of your Tasty test suite in a CSV file\n\n[![Hackage](https://img.shields.io/hackage/v/tasty-stats.svg)](https://hackage.haskell.org/package/tasty-stats)\n[![Build Status](https://secure.travis-ci.org/minad/tasty-stats.png?branch=master)](http://travis-ci.org/minad/tasty-stats)\n\nThis package is useful to collect statistics of your Tasty test suite in a CSV file. Since\ntiming information and the git commit is collected, the data can be used to find performance regressions between commits.\n\nUse the `Test.Tasty.Stats.consoleStatsReporter` ingredient:\n\n``` haskell\nmain = defaultMainWithIngredients (Test.Tasty.Stats.consoleStatsReporter : defaultIngredients) testTree\n```\n\nThen you can pass the option `--stats stats.csv` to the testsuite.\nCurrently the following information is collected in this order:\n\n```\nidx, name, time, result, gitdate, gitcommit, date, nthreads, description\n```\n\nWith tasty-auto:\n``` haskell\n-- test/test.hs\n{-# OPTIONS_GHC -F -pgmF tasty-auto -optF Test.Tasty.Stats.consoleStatsReporter #-}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminad%2Ftasty-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminad%2Ftasty-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminad%2Ftasty-stats/lists"}