Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 3月 22, 2023
  2. 3月 03, 2023
    • Jing T's avatar
      Feature/zap profiling (#913) · 54ebd9e4
      Jing T 创作于
      * node-cache: return refs instead of clone for speed.
      * add '--disableDbCaching' flag
      * reduce heap usage by 50% (118MB -> 58.8MB via Chrome Heap Profiler) via disabling source map during build
      * improve generation speed by 75% via SQL query caching
      
      Using full-th sample app as reference, there are 108,871 SQL query calls
      spread over the following query functions
      
      * selectAtomicType()
      * selectBitmapByName()
      * selectDataTypeByName()
      * selectEnumByName()
      * selectNumberByName()
      * selectStructByName()
      
      Performance metric:
        test runner: ./src-script/gen-test-runner.js
        machine: macbook 2.6 Ghz 6-core Intel Core i7 / 32GB DDR4
      
        Before:
          average generation time: 42.851s
      
        After:
          initial cache warm up generation time: 17.699s
          average generation time: 11.766s
      54ebd9e4
  3. 9月 15, 2022
    • Jing T's avatar
      fix Nexus asset query issue. (#724) · 2132026f
      Jing T 创作于
      * fix Nexus asset query issue.
      
      was not constructing continuationToken URL correctly.
      
      * ignore temp artifact files.
      
      * unit test for download-artifact
      
      * update cached download-artifact.js
      
      * ignore download-artifact test from zap unit tests.
      
      * download-artifact: add unit test / delegate to Github if specified branch is not cached on Nexus
      
      intended for internal jenkins PRs that specifies a non-cached ZAP branch
      on Nexus
      2132026f
  4. 8月 02, 2022
  5. 3月 23, 2022
  6. 2月 16, 2022
  7. 10月 30, 2021
  8. 10月 09, 2021
  9. 4月 12, 2021
  10. 10月 23, 2020
  11. 10月 17, 2020
  12. 10月 07, 2020
  13. 10月 06, 2020
  14. 8月 21, 2020
  15. 8月 01, 2020
  16. 6月 05, 2020
  17. 3月 28, 2020
加载中