{"id":24546644,"url":"https://github.com/devizer/universe.nunitpipeline","last_synced_at":"2025-04-15T16:43:03.057Z","repository":{"id":259553455,"uuid":"878192830","full_name":"devizer/Universe.NUnitPipeline","owner":"devizer","description":"Universe.NUnitPipeline","archived":false,"fork":false,"pushed_at":"2025-03-31T19:27:35.000Z","size":1045,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T20:30:59.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/devizer.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}},"created_at":"2024-10-24T23:48:47.000Z","updated_at":"2025-03-31T19:27:39.000Z","dependencies_parsed_at":"2024-10-26T13:15:50.789Z","dependency_job_id":"4ee74bce-3464-4ab7-8440-ad712de4441f","html_url":"https://github.com/devizer/Universe.NUnitPipeline","commit_stats":null,"previous_names":["devizer/universe.nunitpipeline"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devizer%2FUniverse.NUnitPipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devizer%2FUniverse.NUnitPipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devizer%2FUniverse.NUnitPipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devizer%2FUniverse.NUnitPipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devizer","download_url":"https://codeload.github.com/devizer/Universe.NUnitPipeline/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249110596,"owners_count":21214361,"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":"2025-01-22T22:16:21.341Z","updated_at":"2025-04-15T16:43:03.034Z","avatar_url":"https://github.com/devizer.png","language":"C#","readme":"﻿# Universe.NUnitPipeline\n     \n```\nTest                                             |Status      |Duration|CPU (%)|CPU (ms)|User  |Kernel|Message\n-------------------------------------------------+------------+--------+-------+--------+------+------+--------\nTests                                            |            |        |       |        |      |      |\n ├── TestsAsync (fixture)                        |            |        |       |        |      |      |\n │   ├── AsyncException                          |            |        |       |        |      |      |\n │   │   ├── AsyncException(\"First\",7)           |Failed:Error|   26.40| 112.45|   29.70| 24.71|  4.98|System.…\n │   │   └── AsyncException(\"Next\",200)          |Failed:Error|  201.10| 100.08|  201.28|137.64| 63.64|System.…\n │   ├── AsyncFail                               |            |        |       |        |      |      |\n │   │   ├── AsyncFail(\"First\",7)                |Failed      |   27.50| 104.15|   28.59| 24.43|  4.16|Fail on… \n │   │   └── AsyncFail(\"Next\",200)               |Failed      |  201.40| 100.05|  201.47|137.33| 64.14|Fail on… \n │   └── AsyncSuccess                            |            |        |       |        |      |      |\n │       ├── AsyncSuccess(\"First\",7)             |PASSED      |    8.30| 109.31|    9.08|  6.42|  2.66|\n │       └── AsyncSuccess(\"Next\",200)            |PASSED      |  200.70|  99.94|  200.60|137.24| 63.36|\n │                                               |            |        |       |        |      |      |\n ├── TestsOverThreadPool (fixture)               |            |        |       |        |      |      |\n │   ├── ExceptionOverThreadPool                 |            |        |       |        |      |      |\n │   │   ├── ExceptionOverThreadPool(\"First\",7)  |Failed:Error|    8.30| 104.09|    8.67|  5.97|  2.70|System.…\n │   │   └── ExceptionOverThreadPool(\"Next\",200) |Failed:Error|  201.10|  99.93|  201.00|135.78| 65.22|System.…\n │   ├── FailOverThreadPoolFail                  |            |        |       |        |      |      |\n │   │   ├── FailOverThreadPoolFail(\"First\",7)   |Failed      |    8.10| 103.16|    8.35|  5.75|  2.59|Fail on… \n │   │   └── FailOverThreadPoolFail(\"Next\",200)  |Failed      |  201.30| 100.08|  201.48|138.47| 63.00|Fail on… \n │   └── SuccessOverThreadPool                   |            |        |       |        |      |      |\n │       ├── SuccessOverThreadPool(\"First\",7)    |PASSED      |    7.80| 102.87|    8.00|  5.37|  2.63|\n │       └── SuccessOverThreadPool(\"Next\",200)   |PASSED      |  202.20|  99.37|  200.95|137.15| 63.80|\n │                                               |            |        |       |        |      |      |\n ├── TestsOverThreadStart (fixture)              |            |        |       |        |      |      |\n │   ├── ExceptionOverThreadStart                |            |        |       |        |      |      |\n │   │   ├── ExceptionOverThreadStart(\"First\",7) |Failed:Error|    8.50|  97.10|    8.25|  5.85|  2.39|System.…\n │   │   └── ExceptionOverThreadStart(\"Next\",200)|Failed:Error|  201.20|  99.94|  201.10|137.34| 63.76|System.…\n │   ├── FailOverThreadStart                     |            |        |       |        |      |      |\n │   │   ├── FailOverThreadStart(\"First\",7)      |Failed      |    8.60|  98.19|    8.43|  6.00|  2.43|Fail on… \n │   │   └── FailOverThreadStart(\"Next\",200)     |Failed      |  201.30|  99.90|  201.10|137.94| 63.16|Fail on… \n │   └── SuccessOverThreadStart                  |            |        |       |        |      |      |\n │       ├── SuccessOverThreadStart(\"First\",7)   |PASSED      |    7.70|  98.06|    7.55|  5.26|  2.29|\n │       └── SuccessOverThreadStart(\"Next\",200)  |PASSED      |  200.80|  99.75|  200.27|137.58| 62.69|\n │                                               |            |        |       |        |      |      |\n └── TestsSync (fixture)                         |            |        |       |        |      |      |\n     ├── ExceptionSynchronously                  |            |        |       |        |      |      |\n     │   ├── ExceptionSynchronously(\"First\",7)   |Failed:Error|    7.90| 100.01|    7.90|  5.64|  2.25|System.…\n     │   └── ExceptionSynchronously(\"Next\",200)  |Failed:Error|  201.00|  99.97|  200.93|136.53| 64.41|System.…\n     ├── FailSynchronously                       |            |        |       |        |      |      |\n     │   ├── FailSynchronously(\"First\",7)        |Failed      |    7.80| 100.02|    7.85|  5.61|  2.24|Fail on… \n     │   └── FailSynchronously(\"Next\",200)       |Failed      |  201.00| 100.00|  200.98|138.34| 62.64|Fail on… \n     └── SuccessSynchronously                    |            |        |       |        |      |      |\n         ├── SuccessSynchronously(\"First\",7)     |PASSED      |    7.30| 100.01|    7.26|  5.04|  2.22|\n         └── SuccessSynchronously(\"Next\",200)    |PASSED      |  200.60| 100.00|  200.58|137.23| 63.34|\n```     \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevizer%2Funiverse.nunitpipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevizer%2Funiverse.nunitpipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevizer%2Funiverse.nunitpipeline/lists"}