{"id":28481504,"url":"https://github.com/insightsoftwareconsortium/itkperformancebenchmarking","last_synced_at":"2025-06-29T01:37:45.700Z","repository":{"id":19649426,"uuid":"22902008","full_name":"InsightSoftwareConsortium/ITKPerformanceBenchmarking","owner":"InsightSoftwareConsortium","description":"Real-world tests to benchmark ITK performance.","archived":false,"fork":false,"pushed_at":"2025-05-27T22:09:26.000Z","size":3469,"stargazers_count":2,"open_issues_count":5,"forks_count":8,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-06-21T18:25:36.472Z","etag":null,"topics":["itk","itk-module","performance-benchmarking"],"latest_commit_sha":null,"homepage":"https://www.insight-journal.org/browse/publication/972","language":"C++","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/InsightSoftwareConsortium.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}},"created_at":"2014-08-13T04:00:21.000Z","updated_at":"2025-05-27T22:09:31.000Z","dependencies_parsed_at":"2024-11-10T22:28:29.045Z","dependency_job_id":"6beb647a-fb28-4a41-94e7-67de958bb024","html_url":"https://github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking","commit_stats":{"total_commits":227,"total_committers":13,"mean_commits":17.46153846153846,"dds":"0.44493392070484583","last_synced_commit":"6c7c21413da6c0760b86ed28513d404bb5a347de"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/InsightSoftwareConsortium/ITKPerformanceBenchmarking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsightSoftwareConsortium%2FITKPerformanceBenchmarking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsightSoftwareConsortium%2FITKPerformanceBenchmarking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsightSoftwareConsortium%2FITKPerformanceBenchmarking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsightSoftwareConsortium%2FITKPerformanceBenchmarking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InsightSoftwareConsortium","download_url":"https://codeload.github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsightSoftwareConsortium%2FITKPerformanceBenchmarking/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262520723,"owners_count":23323762,"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":["itk","itk-module","performance-benchmarking"],"created_at":"2025-06-07T20:07:33.875Z","updated_at":"2025-06-29T01:37:45.689Z","avatar_url":"https://github.com/InsightSoftwareConsortium.png","language":"C++","readme":"# PerformanceBenchmarking\n\nimage:: https://github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking/workflows/Build,%20test,%20package/badge.svg\n\n[![Build Status](https://github.com/InsightSoftwareConsortium/PerformanceBenchmarking/actions/workflows/build-test-package.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/PerformanceBenchmarking/actions/workflows/build-test-package.yml)\n\n[![PyPI Version](https://img.shields.io/pypi/v/itk-PerformanceBenchmarking.svg)](https://pypi.python.org/pypi/itk-PerformanceBenchmarking)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/InsightSoftwareConsortium/PerformanceBenchmarking/blob/main/LICENSE)\n\n## Overview\n\nReal-world tests to benchmark ITK performance.\n\nNew classes increase operating system process priority to\nminimize the impact of other processes running on the system.\n\nThese classes are used by a suite of example ITK benchmarks to quantify toolkit\nperformance.\n\nFor more information, see::\n\n```txt\n  McCormick M., Kang H.J., Barre S.\n  Performance Benchmarking the Insight Toolkit\n  The Insight Journal. January-December. 2016.\n  https://hdl.handle.net/10380/3557\n  https://insight-journal.org/browse/publication/972\n```\n\nSince ITK 4.11.0, this module is available in the ITK source tree as a Remote\nmodule.  To enable it, set::\n\n  Module_PerformanceBenchmarking:BOOL=ON\n\nin ITK's CMake build configuration.\n\nRequirements\n------------\n- `CMake \u003chttps://cmake.org/\u003e`_\n- `Ninja \u003chttps://ninja-build.org/\u003e`_\n- `Python \u003chttps://www.python.org/\u003e`_\n\nNotes for running the benchmarks\n--------------------------------\n\nAn example to call the benchmarking script is::\n\n  $ python ./evaluate-itk-performance.py run -g {ITK-version} {ITK-source} {ITK-build} {ITKPerformanceBenchmarking-build}\n\nwhere ``{ITK-version}`` is the ITK version that the user wishes to evaluate.\n\nAlso, note that the ITK source folder ``(ITK-source}``, where the specific\nversion is fetched, needs to exist.\n\nThe generated/result ``JSON`` files are placed in::\n\n  ./{ITKPerformanceBenchmarking-build}/BenchmarkResults/{machine-name}\n\n\nNotes for benchmarking in Windows\n---------------------------------\n\n**CMake** and **Ninja** need to be in the ``PATH``. Also, the **C++ compiler**\nhas to be in the ``PATH`` so that Ninja can find it.\n\nFor the Microsoft Visual Studio compiler, the C++ compiler is a file that is\nusually under::\n\n  C:/Program Files/Microsoft Visual Studio {version}/VC/bin/cl.exe\n\nThe user will need to change the path to the *vcvars\\*.bat* command file in the\n`RunWithVisualStudio.cmd \u003chttps://github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking/blob/master/RunWithVisualStudio.cmd#L1\u003e`_ command line script to the specific location of their\n*vcvars* file, e.g.::\n\n  C:/Program Files/Microsoft Visual Studio {version}/VC/vcvarsall.bat\n\nFinally, the user will need to start the Git bash by double-clicking on the\n``RunWithVisualStudio.cmd`` script.\n\nNote that the module is built with static libraries to allow for ITK\nbenchmarking in Windows: the ``BUILD_SHARED_LIBS`` flag in the\n`evaluate-itk-performance.py \u003chttps://github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking/blob/master/evaluate-itk-performance.py\u003e`_ script is set to `OFF`.\n\n\nLicense\n-------\n\nThis software is distributed under the Apache 2.0 license. Please see\nthe *LICENSE* file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsoftwareconsortium%2Fitkperformancebenchmarking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsightsoftwareconsortium%2Fitkperformancebenchmarking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsoftwareconsortium%2Fitkperformancebenchmarking/lists"}