Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "com.unity.test-framework.performance",
  3. "displayName": "Performance testing API",
  4. "version": "3.0.3",
  5. "unity": "2020.3",
  6. "description": "Package that extends Unity Test Framework package. Adds performance testing capabilities and collects configuration metadata.",
  7. "keywords": [
  8. "performance",
  9. "test"
  10. ],
  11. "dependencies": {
  12. "com.unity.test-framework": "1.1.31",
  13. "com.unity.modules.jsonserialize": "1.0.0"
  14. },
  15. "relatedPackages": {
  16. "com.unity.test-framework.performance.tests": "3.0.3"
  17. },
  18. "_upm": {
  19. "changelog": "## Fixed \n- Fixed issue where exception in OnTestEnded callback would result in EndTest method not finalising properly\n### Changed\n- Temporarily removed \"Open Script\" from Performance Benchmark Window\n- Some clarifications in documentation were added (\"Extension\" naming changed to \"Package\", Package limitations clarified)"
  20. },
  21. "upmCi": {
  22. "footprint": "b600f4d71a9f455fc0cc194fef259373f5289c1f"
  23. },
  24. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.test-framework.performance@3.0/manual/index.html",
  25. "repository": {
  26. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.test-framework.performance.git",
  27. "type": "git",
  28. "revision": "10b82691b2d9f4e4aa8385c8d797c7e544bac548"
  29. },
  30. "_fingerprint": "fb0dc592af8b524f1a06c50d7caf95552f1bcd2f"
  31. }