{"id":15448021,"url":"https://github.com/hazae41/deimos","last_synced_at":"2026-05-03T15:34:54.824Z","repository":{"id":65231435,"uuid":"587841561","full_name":"hazae41/deimos","owner":"hazae41","description":"Modern and minimalist benchmarking library for the web","archived":false,"fork":false,"pushed_at":"2025-09-24T09:51:33.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-24T11:33:05.912Z","etag":null,"topics":["asynchronous","benchmark","benchmarking","browser","deno","fast","javascript","minimalist","node","runner","speedtest","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hazae41.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["hazae41"],"patreon":"hazae41"}},"created_at":"2023-01-11T18:01:10.000Z","updated_at":"2025-09-24T09:51:37.000Z","dependencies_parsed_at":"2023-02-18T06:46:02.218Z","dependency_job_id":null,"html_url":"https://github.com/hazae41/deimos","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"cd69e069e7e6cf7b92dc2adc39bf29551e3842e5"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/hazae41/deimos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fdeimos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fdeimos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fdeimos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fdeimos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazae41","download_url":"https://codeload.github.com/hazae41/deimos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fdeimos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["asynchronous","benchmark","benchmarking","browser","deno","fast","javascript","minimalist","node","runner","speedtest","typescript"],"created_at":"2024-10-01T20:21:32.631Z","updated_at":"2026-05-03T15:34:54.814Z","avatar_url":"https://github.com/hazae41.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hazae41","https://patreon.com/hazae41"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"500\" src=\"https://user-images.githubusercontent.com/4405263/211883910-b3f96fd6-9a60-45d3-b330-5eb92b8dde0a.png\" /\u003e\n\u003c/div\u003e\n\u003ch3 align=\"center\"\u003e\nModern and minimalist benchmarking library\n\u003c/h3\u003e\n\n```bash\nnpm install @hazae41/deimos\n```\n\n```bash\ndeno install jsr:@hazae41/deimos\n```\n\n[**📦 NPM**](https://www.npmjs.com/package/@hazae41/deimos) • [**📦 JSR**](https://jsr.io/@hazae41/deimos)\n\n## Philosophy 🧠\n\nDeimos aims to be minimalist and to always work no matter the:\n- runtime (Node, Deno, browser)\n- module resolution (ESM, CommonJS)\n- language (TypeScript, JavaScript)\n- bundler (Rollup, Vite)\n\nIt's just a library you can import everywhere! That's it, no CLI, no configuration file, just JavaScript.\n\n## Features 🔥\n\n### Current features\n\n- 100% TypeScript and ESM\n- No external dependency\n- Runnable in the browser\n\n## Usage 🚀\n\n```typescript\nimport { bench } from \"@hazae41/deimos\"\n\nconst a = await bench(\"my library\", async () =\u003e {\n  await compute()\n})\n\nconst b = await bench(\"some other library\", async () =\u003e {\n  await compute2()\n})\n\na.tableAndSummary(b)\n\nconsole.log(`${a.name} is ${a.ratio(b)} times faster than ${b.name}`)\n```\n\n## Running 🏎️\n\n#### Node\n\n```bash\nnode --test --test-concurrency=1 ./out/**/*.bench.js\n```\n\n#### Deno\n\n```bash\ndeno test ./src/**/*.bench.ts\n```\n\n#### Other\n\n```typescript\nawait import(\"./mymodule.bench.ts\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fdeimos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazae41%2Fdeimos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fdeimos/lists"}