{"id":16682597,"url":"https://github.com/jchip/node-bench","last_synced_at":"2025-03-13T11:18:01.764Z","repository":{"id":57120646,"uuid":"289231630","full_name":"jchip/node-bench","owner":"jchip","description":"node.js benchmark","archived":false,"fork":false,"pushed_at":"2020-08-21T09:53:05.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-20T10:37:18.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/jchip.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}},"created_at":"2020-08-21T09:32:18.000Z","updated_at":"2020-08-21T09:53:03.000Z","dependencies_parsed_at":"2022-08-24T06:50:12.251Z","dependency_job_id":null,"html_url":"https://github.com/jchip/node-bench","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fnode-bench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fnode-bench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fnode-bench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fnode-bench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchip","download_url":"https://codeload.github.com/jchip/node-bench/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392326,"owners_count":20283565,"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-10-12T14:08:02.900Z","updated_at":"2025-03-13T11:18:01.743Z","avatar_url":"https://github.com/jchip.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-bench\n\nnode.js benchmark\n\nAPI reference: \u003chttps://jchip.github.io/node-bench/\u003e\n\n```js\nimport { Suite } from \"@jchip/bench\";\n\nconst suite = new Suite();\n\nawait suite\n  .add(\"test 1\", async () =\u003e {\n    return Promise.resolve(1);\n  })\n  .add(\"test 2\", async () =\u003e {\n    return Promise.resolve(2);\n  })\n  .on(\"cycle\", ({ result }) =\u003e {\n    console.log(result);\n  })\n  .on(\"complete\", results =\u003e {\n    console.log(results);\n  })\n  .run();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Fnode-bench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchip%2Fnode-bench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Fnode-bench/lists"}