{"id":13805012,"url":"https://github.com/eviltrout/ember-performance","last_synced_at":"2025-04-13T09:40:32.761Z","repository":{"id":1901636,"uuid":"11902174","full_name":"eviltrout/ember-performance","owner":"eviltrout","description":"A suite of tests for EmberJS to help with performance","archived":false,"fork":false,"pushed_at":"2024-06-04T23:47:13.000Z","size":19031,"stargazers_count":140,"open_issues_count":26,"forks_count":28,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-27T01:11:10.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eviltrout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2013-08-05T15:50:05.000Z","updated_at":"2023-09-11T18:17:32.000Z","dependencies_parsed_at":"2024-11-18T21:39:40.004Z","dependency_job_id":"0dffae5a-6a8a-48be-9af0-c90f22d94dcb","html_url":"https://github.com/eviltrout/ember-performance","commit_stats":{"total_commits":213,"total_committers":16,"mean_commits":13.3125,"dds":0.6901408450704225,"last_synced_commit":"436920a38bd248d7ae86a871c58e93b9c8f294d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eviltrout%2Fember-performance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eviltrout%2Fember-performance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eviltrout%2Fember-performance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eviltrout%2Fember-performance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eviltrout","download_url":"https://codeload.github.com/eviltrout/ember-performance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248693109,"owners_count":21146731,"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":"2024-08-04T01:00:56.356Z","updated_at":"2025-04-13T09:40:32.739Z","avatar_url":"https://github.com/eviltrout.png","language":"JavaScript","funding_links":[],"categories":["Packages"],"sub_categories":["Benchmarking"],"readme":"### Ember Performance Suite\n\nThe Ember Performance Suite is designed to help profile and diagnose\nthe performance of the Ember.js framework. The general strategy is:\n\n- Browsers have a large variance in performance characteristics, so\n  run each test in a new document, storing the results in localStorage.\n\n- Use benchmark.js for micro benchmarks and a different strategy for\n  macro benchmarks.\n\n- Record Baseline performance so that we can compare Ember to the\n  baseline performance of the platform it's run on.\n\n### bench.json\n\n* name: humanized name\n* description: TL;DR of the benchmark, sometimes notes can be handy to display\n* keywords: these are meant to label/categorize tests, allowing tooling and users to quickly group and differentiate\n* disabled: allows for a test to be entirely disabled\n\n### To run in development mode\n\n1. `npm install`\n2. `npm install -g bower`\n3. `bower install`\n4. `npm run server`\n5. `bin/launch-chrome http://localhost:4200`\n\n### To build for production mode\n\n1. `npm install`\n2. `npm install -g bower`\n3. `npm run prod-server`\n\nAnd open a browser to http://localhost:4200\n\n### Adding a new Ember Version\n\nTo add a new ember version, you'll need to build a production bundle.\nNavigate to an empty scratch directory outside of this project, install\nember-cli, then run:\n```bash\nVERSION=4.0.1\nember new myapp --yarn --skip-git --skip-bower --no-welcome\ncd myapp\nyarn add -D ember-source@$VERSION\n```\n\nEdit `ember-cli-build.js` to disable minification and sourcemaps:\n\n```javascript\nlet app = new EmberApp(defaults, {\n  'ember-cli-terser': { enabled: false },\n  sourcemaps: { enabled: false },\n});\n```\n\n```bash\nyarn build --target production\nmv dist/assets/vendor-*.js ../../ember-performance/ember/ember-$VERSION.prod.js\nmv node_modules/ember-source/dist/ember-template-compiler.js ../../ember-performance/ember/ember-$VERSION.template-compiler.js\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feviltrout%2Fember-performance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feviltrout%2Fember-performance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feviltrout%2Fember-performance/lists"}