{"id":51006264,"url":"https://github.com/abarhub/benchmark","last_synced_at":"2026-06-20T20:31:55.803Z","repository":{"id":362552155,"uuid":"1259694468","full_name":"abarhub/benchmark","owner":"abarhub","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-04T19:24:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T21:30:20.756Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Just","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abarhub.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T19:05:12.000Z","updated_at":"2026-06-04T19:24:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/abarhub/benchmark","commit_stats":null,"previous_names":["abarhub/benchmark"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/abarhub/benchmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fbenchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fbenchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fbenchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fbenchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abarhub","download_url":"https://codeload.github.com/abarhub/benchmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fbenchmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34585195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":"2026-06-20T20:31:55.401Z","updated_at":"2026-06-20T20:31:55.795Z","avatar_url":"https://github.com/abarhub.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# benchmark\n\nRésultat :\n```shell\n\u003e just benchall 1000\ncd .\\java ; just bench multi 1000\nhyperfine --warmup 3 \"java -cp target/classes com.exemple.HelloWorld multi 1000\"\nBenchmark 1: java -cp target/classes com.exemple.HelloWorld multi 1000\n  Time (mean ± σ):      1.217 s ±  0.141 s    [User: 1.046 s, System: 0.147 s]\n  Range (min … max):    1.060 s …  1.470 s    10 runs\n\ncd .\\java ; just bench multithread 1000\nhyperfine --warmup 3 \"java -cp target/classes com.exemple.HelloWorld multithread 1000\"\nBenchmark 1: java -cp target/classes com.exemple.HelloWorld multithread 1000\n  Time (mean ± σ):     846.3 ms ±  53.3 ms    [User: 11112.5 ms, System: 1274.7 ms]\n  Range (min … max):   746.6 ms … 932.1 ms    10 runs\n\ncd .\\rust ; just benchopt 1000\nhyperfine --warmup 3 \".\\target\\release\\exemple  1000\"\nBenchmark 1: .\\target\\release\\exemple  1000\n  Time (mean ± σ):     863.1 ms ±  36.6 ms    [User: 811.2 ms, System: 31.5 ms]\n  Range (min … max):   825.9 ms … 950.0 ms    10 runs\n\ncd .\\python ; just bench 1000\nhyperfine --warmup 3 \"uv run main.py 1000\"\nBenchmark 1: uv run main.py 1000\n  Time (mean ± σ):     342.9 ms ±  15.6 ms    [User: 332.8 ms, System: 147.2 ms]\n  Range (min … max):   320.5 ms … 364.8 ms    10 runs\n\ncd .\\javascript ; just bench 1000\nhyperfine --warmup 3 \"node index.js 1000\"\nBenchmark 1: node index.js 1000\n  Time (mean ± σ):     13.532 s ±  0.367 s    [User: 12.786 s, System: 0.341 s]\n  Range (min … max):   12.984 s … 13.997 s    10 runs\n\ncd .\\go ; just bench multi 1000\nhyperfine \".\\hello  multi 1000\"\nBenchmark 1: .\\hello  multi 1000\n  Time (mean ± σ):      2.651 s ±  0.154 s    [User: 2.363 s, System: 0.232 s]\n  Range (min … max):    2.512 s …  2.937 s    10 runs\n\ncd .\\go ; just bench multithread 1000\nhyperfine \".\\hello  multithread 1000\"\nBenchmark 1: .\\hello  multithread 1000\n  Time (mean ± σ):     384.8 ms ±   9.9 ms    [User: 4686.2 ms, System: 915.9 ms]\n  Range (min … max):   372.5 ms … 400.4 ms    10 runs\n```  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabarhub%2Fbenchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabarhub%2Fbenchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabarhub%2Fbenchmark/lists"}