Add Nuclo keyed benchmark scaffold with UI implementation#2038
Open
dan2dev wants to merge 5 commits into
Open
Conversation
- Add `frameworks/keyed/nuclo/index.html` with Nuclo bundle entry - Add `frameworks/keyed/nuclo/package.json` (esbuild scripts, nuclo dependency, framework metadata) - Add `frameworks/keyed/nuclo/package-lock.json` with pinned dependencies - Add `frameworks/keyed/nuclo/src/main.ts` implementing the keyed rows benchmark UI and actions (run, runlots, add, update, clear, swaprows, select, delete)
- Update nuclo version in package.json - Refresh package-lock.json to resolve nuclo 0.2.4 and update esbuild package metadata
- Update `frameworks/keyed/nuclo/package.json` to set `js-framework-benchmark.frameworkVersion` from `0.2.4` to `0.2.5` and bump dependency `nuclo` from `^0.2.4` to `^0.2.5` - Update `frameworks/keyed/nuclo/package-lock.json` to reflect `nuclo@0.2.5` (version/resolved tarball/integrity)
- frameworks/keyed/nuclo/package.json: update js-framework-benchmark frameworkVersion from 0.2.5 to 0.2.6 and nuclo dependency from ^0.2.5 to ^0.2.6; add allowScripts for esbuild@0.24.2 - frameworks/keyed/nuclo/package-lock.json: update nuclo dependency resolution from 0.2.5 to 0.2.6 (version/resolved/integrity)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new implementation of the JS Framework Benchmark using the Nuclo framework.
https://nuclo.dev/
https://github.com/dan2dev/nuclo